Skip to content

Commit

Permalink
action-gh-release change to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Internet1235 authored Dec 14, 2024
1 parent 0a3779e commit 1fef0fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openwrt-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload ipk to release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
if: steps.tag.outputs.status == 'success' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload firmware to release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
if: steps.tag1.outputs.status == 'success' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1fef0fe

Please sign in to comment.