Skip to content

Commit

Permalink
chore: Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Aug 15, 2023
1 parent 516de45 commit bb1add1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/

- name: Install dependencies
run: yarn install --ignore-scripts

# TODO: Add semantic-release and change trigger conditions
# - name: Create Release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: |
# yarn release

- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit bb1add1

Please sign in to comment.