Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent bb210da commit 4ca1bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git archive --prefix pyapp-${{ github.ref_name }}/ -o source.zip HEAD
- name: Add source archives to current release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |-
source.tar.gz
Expand Down

0 comments on commit 4ca1bce

Please sign in to comment.