Skip to content

Commit

Permalink
feat: update action-gh-release to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Nov 20, 2023
1 parent 539758a commit e2a2fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dpkg-buildpackage --no-sign
mv ../*.deb ../albius.deb
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v0.1.15
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "continuous"
Expand Down

0 comments on commit e2a2fef

Please sign in to comment.