Skip to content

Commit

Permalink
BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeAlbert committed Aug 3, 2024
1 parent bd489a9 commit c1d23bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:

- name: Install dependencies
run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Build package
run: yarn build
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Get the latest tag
id: get_latest_tag
Expand All @@ -37,7 +41,7 @@ jobs:
echo ::set-output name=tag::$NEW_TAG
- name: Publish to npm
run: yarn publish
run: yarn publish --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit c1d23bb

Please sign in to comment.