Skip to content

Commit

Permalink
Merge pull request #78 from verim-id/bugfix/release-name
Browse files Browse the repository at this point in the history
Release name changed from latest to version
  • Loading branch information
askolesov authored Jul 8, 2021
2 parents dc3f2c7 + 7681529 commit 40d747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
automatic_release_tag: "${{ env.VERSION }}"
prerelease: false
files: |
${{ env.OUTPUT_DIR }}/${{ env.PACKAGE_NAME }}_${{ env.VERSION }}_amd64.deb
Expand Down

0 comments on commit 40d747e

Please sign in to comment.