Skip to content

Commit

Permalink
Merge pull request #206 from ku-nlp/dependabot/github_actions/dev/sof…
Browse files Browse the repository at this point in the history
…tprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
nobu-g authored May 1, 2024
2 parents 92077e1 + 40141a0 commit 049c232
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 @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body: |
Expand Down

0 comments on commit 049c232

Please sign in to comment.