diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-12-19 15:22:30 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | a440e2dc77c8aecc9723d07cc5db829d68c6d2d9 (patch) | |
| tree | fcb335ec1742d91dc15e927aa04b9c38921262cb /.github | |
| parent | 2f814d36002fffa907a9efdb86e41efb227627f6 (diff) | |
switch back to latest
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
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}}" |
