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 d866459 commit d865c74Copy full SHA for d865c74
1 file changed
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Get tag name
74
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
75
- name: Publish to GitHub
76
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
77
with:
78
draft: true
79
files: dist/*
0 commit comments