Skip to content

Commit

Permalink
Merge branch 'main' into releases/0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
capyq authored Dec 24, 2024
2 parents ec25680 + bb3d8c7 commit 271d1f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
working-directory: packages/rte-design-system-react
run: npm ci
- name: Publish
working-directory: packages/rte-design-system-react
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 comments on commit 271d1f6

Please sign in to comment.