We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bc12a commit 7331bc5Copy full SHA for 7331bc5
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
zip -rq docs-${TAG_NAME}.zip doc doc-data
38
39
- name: Release
40
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
41
with:
42
files: |
43
docs/docs-${{ github.ref_name }}.tar.gz
0 commit comments