diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 509cd20..c0b1eea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -119,7 +119,7 @@ jobs: - name: Create Release if: startsWith(github.ref, 'refs/tags/') id: create_release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions with: @@ -422,7 +422,7 @@ jobs: - name: Upload Release Asset if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -653,7 +653,7 @@ jobs: - name: Upload Release Asset if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -668,7 +668,7 @@ jobs: steps: - name: Finalise release # Publish draft release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: