diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88e4617..119bdf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: - name: Get tag name run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - name: Publish to GitHub - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true files: dist/*