Skip to content

Commit

Permalink
review @chris
Browse files Browse the repository at this point in the history
  • Loading branch information
bidule committed Jan 30, 2024
1 parent 459633f commit a2232b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
ci:
uses: ./actions/build.yml
uses: ./actions/ci.yml


2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{SECRETS.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit a2232b9

Please sign in to comment.