Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 73e819a

Browse files
committed
chore: remove publish tags
1 parent 57e1017 commit 73e819a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
registry-url: 'https://npm.pkg.github.com'
1414
# Defaults to the user or organization that owns the workflow file
1515
scope: '@mocks-server'
16-
- run: npm publish --tag beta
16+
- run: npm publish
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
with:
1212
node-version: '12.x'
1313
registry-url: 'https://registry.npmjs.org/'
14-
- run: npm publish --tag beta
14+
- run: npm publish
1515
env:
1616
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)