diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index add5d64..585a220 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: - name: Create Release if: ${{ env.skip != '1' }} - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2 with: name: "Version ${{ needs.build-test-promote.outputs.version }}" tag_name: ${{ needs.build-test-promote.outputs.version }}