Skip to content

Commit

Permalink
chore: update release action take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MejiasDev committed Aug 8, 2023
1 parent 9d4ccb5 commit d77d4f2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Publish
run: npm publish
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d77d4f2

Please sign in to comment.