diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8df656..07c983d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: echo "TAG_NAME=v$(git rev-list --count HEAD)" >> $env:GITHUB_OUTPUT - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/master' with: prerelease: true