Skip to content

Commit

Permalink
Merge pull request #4 from vicharak-in/dependabot/github_actions/soft…
Browse files Browse the repository at this point in the history
…props/action-gh-release-2

build(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
djkabutar committed Mar 12, 2024
2 parents 84b8b34 + 492739c commit 77c5aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "$version" > VERSION
- name: Release
if: env.distro != 'UNRELEASED'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.version }}
body_path: README.md
Expand All @@ -76,7 +76,7 @@ jobs:
VERSION
- name: Append changelog
if: env.distro != 'UNRELEASED'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.version }}
body: |
Expand Down

0 comments on commit 77c5aaf

Please sign in to comment.