diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29fccb4..f9be5fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,7 @@ jobs: > "apache-${REPO_NAME}-${VERSION}-src.zip.sha512" cat "./apache-${REPO_NAME}-${VERSION}-src.zip.sha512" - name: "🚀 Upload ZIP and Signature to GitHub Release" - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ env.TAG }} files: | @@ -187,7 +187,7 @@ jobs: cd dev-repo svn info "$VERSION" > "DIST_SVN_REVISION.txt" - name: "📤 Upload the Distribution SVN revision file" - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ env.TAG }} files: dev-repo/DIST_SVN_REVISION.txt