Skip to content

Commit

Permalink
ci(.github/workflows): publish fix. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored Oct 8, 2024
2 parents 7c26c55 + fca0aa3 commit 7c0ca45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ github.token }}
run: |
yarn publish
#yarn publish
npm publish --provenance --access public --ignore-scripts --@linc-technologies:registry='https://registry.npmjs.org'
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
if: ${{needs.release.outputs.releases_created}}
permissions:
contents: read
id-token: write
packages: write
uses: ./.github/workflows/publish.yml

0 comments on commit 7c0ca45

Please sign in to comment.