summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-12-19 15:22:30 -0500
committerLex Neva <github.com@lexneva.name>2020-01-29 01:29:49 -0500
commita440e2dc77c8aecc9723d07cc5db829d68c6d2d9 (patch)
treefcb335ec1742d91dc15e927aa04b9c38921262cb /.github
parent2f814d36002fffa907a9efdb86e41efb227627f6 (diff)
switch back to latest
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e514b27d..74c61d13 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
echo "::set-env name=title::development build of $branch"
fi
- name: create/update release
- uses: "marvinpinto/action-automatic-releases@v0.2.0"
+ uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{secrets.GITHUB_TOKEN}}"
automatic_release_tag: "${{env.release_tag}}"