Skip to content

Commit

Permalink
Merge pull request #9 from zeridon/renovate/softprops-action-gh-relea…
Browse files Browse the repository at this point in the history
…se-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
zeridon authored Mar 12, 2024
2 parents 1357e7a + eab0bd2 commit fa5c269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# create release on tag
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ github.workspace }}/**/*.deb

0 comments on commit fa5c269

Please sign in to comment.