Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ jobs:
steps:
- uses: actions/checkout@v6

- name: Authenticate with NPM
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Get package version
id: package_version
run: echo "VERSION=$(jq -r .version packages/library/package.json)" >> $GITHUB_ENV
Expand All @@ -195,6 +190,4 @@ jobs:

- name: Publish to NPM
if: env.VERSION_EXISTS == 'false'
run: npm publish --workspace=@tomplum/react-git-log --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish --workspace=@tomplum/react-git-log --access public