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 6bfc3fc commit 831821eCopy full SHA for 831821e
.github/workflows/deploy.yml
@@ -50,3 +50,6 @@ jobs:
50
51
- name: GitHub Release
52
uses: softprops/action-gh-release@v1
53
+ with:
54
+ files: dist/*
55
+ tag_name: v${{ github.event.inputs.version }}
0 commit comments