Skip to content

Commit

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

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
RadxaYuntian authored Mar 11, 2024
2 parents 0a2c620 + d1d9f1c commit 9777ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
product: radxa-cm5-rpi-cm4-io
- name: Create empty release
id: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: b${{ github.run_number }}
body_path: README.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
product: radxa-cm5-rpi-cm4-io
- name: Create empty release
id: release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: test-build-${{ github.run_number }}
body: |
Expand Down

0 comments on commit 9777ace

Please sign in to comment.