Skip to content

Commit

Permalink
CI: Specify GH Release version
Browse files Browse the repository at this point in the history
Signed-off-by: hmtheboy154 <[email protected]>
  • Loading branch information
hmtheboy154 committed Dec 8, 2024
1 parent b8739ed commit 48ff333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extract-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: List Files
run: ls -R ${{ steps.download-rootfs.outputs.download-path }}

- uses: "softprops/action-gh-release@latest"
- uses: "softprops/action-gh-release@v2.1.0"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
prerelease: false
Expand Down

0 comments on commit 48ff333

Please sign in to comment.