diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5cd61d6..89f1079 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -60,7 +60,7 @@ jobs: - name: Upload SNAPSHOTs if: steps.branch-names.outputs.current_branch == 'main' - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c0de72..ace6565 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: shell: bash - name: Upload released assets - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }}