diff --git a/.github/workflows/auto_release.yml b/.github/workflows/auto_release.yml index 02abd35..0531f5b 100644 --- a/.github/workflows/auto_release.yml +++ b/.github/workflows/auto_release.yml @@ -30,7 +30,7 @@ jobs: echo "Outputs Skipped: ${{ steps.changelog.outputs.skipped }}" - name: Auto-Create Production Release - uses: softprops/action-gh-release@b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae # v2 # auto create a tag and release + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 # auto create a tag and release if: github.ref == 'refs/heads/main' && steps.changelog.outputs.skipped == 'false' with: token: ${{ secrets.GH_TOKEN }}