We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134e8d2 commit e210a70Copy full SHA for e210a70
.github/workflows/release.yaml
@@ -23,4 +23,6 @@ jobs:
23
- name: Update npm
24
run: npm install -g npm@latest
25
- run: npm i
26
- - run: npm publish
+ - run: npm publish $VERSION_TAG
27
+ env:
28
+ VERSION_TAG: ${{ endsWith(github.ref_name, '-rc') && '--tag rc' || '' }}
0 commit comments