Skip to content

Commit

Permalink
Merge pull request #2 from jtsagata/dependabot/github_actions/softpro…
Browse files Browse the repository at this point in the history
…ps/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
jtsagata authored Jun 12, 2024
2 parents 1c56387 + 65b152c commit b153ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
fi
- name: Releasing assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
target/${{ matrix.job.target }}/release/places-*.tar.gz
Expand Down

0 comments on commit b153ee6

Please sign in to comment.