Skip to content

Commit

Permalink
Merge pull request #5 from radxa-pkg/dependabot/github_actions/softpr…
Browse files Browse the repository at this point in the history
…ops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
RadxaYuntian authored Mar 15, 2024
2 parents 23827a9 + 6990481 commit c7f6ca5
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 @@ -64,7 +64,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 @@ -78,7 +78,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 c7f6ca5

Please sign in to comment.