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 c1d23bb commit 4362f7a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
with:
node-version: "18"

- name: Install dependencies
run: yarn install
- name: Create .npmrc
run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Install dependencies
run: yarn install

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

- name: Get the latest tag
id: get_latest_tag
Expand Down

0 comments on commit 4362f7a

Please sign in to comment.