We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e82b19 commit fcc01a6Copy full SHA for fcc01a6
.github/workflows/publish-release.yml
@@ -30,7 +30,7 @@ jobs:
30
- run: npm ci
31
- run: npm run build
32
- name: Publish package to NPM
33
- run: npm publish --tag alpha
+ run: npm publish --tag alpha # to change
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
36
- run: npm i extract-changelog-release
@@ -42,6 +42,7 @@ jobs:
42
artifacts: './dist/zip/*.zip'
43
bodyFile: 'RELEASE_BODY.md'
44
token: ${{ secrets.GITHUB_TOKEN }}
45
+ makeLatest: false # to change
46
# - name: Publish on gh-pages
47
# run: |
48
# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
0 commit comments