Skip to content

Commit

Permalink
chore: test with direct use of npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Dec 28, 2023
1 parent 30c1e4f commit a56f71d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,9 @@ jobs:
- name: Build
run: npm run build

- name: Log this sh&t I'm out
run: 'echo "$NPM_TOKEN" | base64 --decode'
shell: bash
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: "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"

0 comments on commit a56f71d

Please sign in to comment.