Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 27, 2023
1 parent 9d7f654 commit 0f4da2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -34,7 +37,7 @@ jobs:

- run: npm run test

- run: npm publish
- run: npm publish --access public --provenance
name: colors-cli
continue-on-error: true
env:
Expand Down

0 comments on commit 0f4da2b

Please sign in to comment.