Skip to content

Commit

Permalink
ci: desperately trying stuff to publish to gpr
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKopp committed Sep 24, 2024
1 parent 6673d91 commit c031310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,14 @@ jobs:
permissions:
contents: read
packages: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
registry-url: https://npm.pkg.github.com
scope: '@csscolor'
# scope: '@csscolor'
always-auth: true
- run: npm run --workspaces publish-npm
env:
Expand Down

0 comments on commit c031310

Please sign in to comment.