diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 186163b..9fae979 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@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v2 with: name: "Version ${{ needs.build-test-promote.outputs.version }}" tag_name: ${{ needs.build-test-promote.outputs.version }}