diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fead3f30..e932437c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: done - name: Create github release - uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} prerelease: false diff --git a/.github/workflows/wit-wadm.yaml b/.github/workflows/wit-wadm.yaml index fe8340bd..2fa1ac3a 100644 --- a/.github/workflows/wit-wadm.yaml +++ b/.github/workflows/wit-wadm.yaml @@ -41,7 +41,7 @@ jobs: cp wit/wadm/*.wit release/wit/ tar cvzf ${{ steps.ctx.outputs.tarball }} -C release wit - name: Release - uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 with: files: ${{ steps.ctx.outputs.tarball }} make_latest: "false"