diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3b650a..e755322 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,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/*