Skip to content

Commit

Permalink
ci: switch softprops/action-gh-release to v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Locietta committed Dec 16, 2024
1 parent e3d6e2d commit 6adebaf
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-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
# We don't release .config files, they are in the artifact only for debugging
- name: Release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@@2.1.0
if: ${{ needs.build.outputs.rebuild_flag }}
with:
name: ${{ env.RELEASE_TAG }}-lts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
# We don't release .config files, they are in the artifact only for debugging
- name: Release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@2.1.0
if: ${{ needs.build.outputs.rebuild_flag }}
with:
name: ${{ env.RELEASE_TAG }}
Expand Down

0 comments on commit 6adebaf

Please sign in to comment.