Skip to content

Commit

Permalink
Merge pull request #152 from junkurihara/dependabot/github_actions/so…
Browse files Browse the repository at this point in the history
…ftprops/action-gh-release-2

chore(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
junkurihara authored Mar 9, 2024
2 parents bd61e7a + d5300eb commit a2da5a4
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 @@ -135,7 +135,7 @@ jobs:
- name: release
if: ${{ steps.regex-match.outputs.match != ''}}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: /tmp/assets/*.tar.gz
name: ${{ github.event.client_payload.pull_request.title }}
Expand Down

0 comments on commit a2da5a4

Please sign in to comment.