Skip to content

Commit fcc01a6

Browse files
committed
chore: do not make latest alpha versions
1 parent 4e82b19 commit fcc01a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm ci
3131
- run: npm run build
3232
- name: Publish package to NPM
33-
run: npm publish --tag alpha
33+
run: npm publish --tag alpha # to change
3434
env:
3535
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
- run: npm i extract-changelog-release
@@ -42,6 +42,7 @@ jobs:
4242
artifacts: './dist/zip/*.zip'
4343
bodyFile: 'RELEASE_BODY.md'
4444
token: ${{ secrets.GITHUB_TOKEN }}
45+
makeLatest: false # to change
4546
# - name: Publish on gh-pages
4647
# run: |
4748
# git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git

0 commit comments

Comments
 (0)