Skip to content

Commit

Permalink
[TESTING] test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 8, 2024
1 parent af5395c commit e4fb9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Publish

on:
push:
tags:
- v*.*.*
branches:
- "testing-changelogen"

jobs:
publish:
Expand All @@ -28,7 +28,7 @@ jobs:
run: yarn build

- name: Publish to NPM
run: yarn npm publish
run: yarn npm publish --tag testing
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e4fb9c3

Please sign in to comment.