Skip to content

Commit

Permalink
ci(github-action): update softprops/action-gh-release digest ( fb2d03…
Browse files Browse the repository at this point in the history
…1 → c062e08 ) (#138)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent 19f7db9 commit e15f11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "files=$FILES" >> "${GITHUB_OUTPUT}"
- name: Publish to GitHub Releases
uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 # v2
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2
if: success() && startsWith(github.ref, 'refs/tags/')
with:
files: ${{ steps.set-list.outputs.files }}
Expand Down

0 comments on commit e15f11d

Please sign in to comment.