Skip to content

Commit

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

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
RadxaYuntian authored Mar 12, 2024
2 parents de056f6 + 3ba5619 commit c5f3afd
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 c5f3afd

Please sign in to comment.