Skip to content

Commit

Permalink
test publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 30, 2022
1 parent 9fd0ae8 commit 7f851b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
tags: ["testing-[0-9].[0-9].[0-9]"]
release:
types: [published]

jobs:
publish-to-npm:
Expand All @@ -13,6 +13,6 @@ jobs:
node-version: 18
- run: yarn --strict-semver --frozen-lockfile
- run: yarn build
- run: npm publish --dry-run # TODO: Remove dry
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7f851b2

Please sign in to comment.