Skip to content

Commit

Permalink
Merge pull request #74 from nialov/dependabot/github_actions/softprop…
Browse files Browse the repository at this point in the history
…s/action-gh-release-2

build(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
nialov authored Apr 6, 2024
2 parents eeca28d + 3e2cdfc commit aad3d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: >
github.event_name == 'push'
&& startsWith(github.ref, 'refs/tags')
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: RELEASE_CHANGELOG.md
env:
Expand Down

0 comments on commit aad3d36

Please sign in to comment.