Skip to content

Commit

Permalink
use v2 of action-gh-release due to softprops/action-gh-release#556
Browse files Browse the repository at this point in the history
  • Loading branch information
Promix953 authored Dec 18, 2024
1 parent d2cb21b commit 8617358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-immortalwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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.compile.outputs.status == 'success' && steps.tag.outputs.status == 'success' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8617358

Please sign in to comment.