We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a818b commit 3f98ee1Copy full SHA for 3f98ee1
1 file changed
.github/workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Get tag name
73
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
74
- name: Publish to GitHub
75
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
76
with:
77
draft: true
78
files: dist/*
0 commit comments