Skip to content

Commit

Permalink
chore(publish.yml): clean up from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecsandria committed Jul 19, 2024
1 parent 1f829a9 commit 3a0c1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
node-version: 20
registry-url: "https://registry.npmjs.org"
scope: "telicent-oss"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}

- name: Download build artifacts
uses: actions/download-artifact@v3
Expand All @@ -41,3 +39,5 @@ jobs:
path: ${{ github.workspace }}/dist

- run: npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}

0 comments on commit 3a0c1b0

Please # to comment.