diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2a36b8..c7bd05d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Upload assets from main branch if: steps.branch-names.outputs.current_branch == 'main' - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e7d474..c6fdc78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: git push origin main - name: Upload assets - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 with: name: v${{ env.VERSION }} tag_name: v${{ env.VERSION }}