diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3cd9bf5..150c289 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -57,7 +57,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 0c34a37..c0f8148 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,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 }} @@ -127,7 +127,7 @@ jobs: run: mvn -B package -DskipTests --file pom.xml - name: Upload released assets - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: name: v${{ needs.build.outputs.version }} tag_name: v${{ needs.build.outputs.version }}