Skip to content

Commit

Permalink
We don't need auto-dist-tag, pnpm handles this for us
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Oct 31, 2023
1 parent ab8e684 commit 4a29d60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
args: '--no-frozen-lockfile'
- run: git diff
name: 'Did pnpm cause a diff?'
- run: npx auto-dist-tag --write
working-directory: './addon/'

- run: pnpm publish
- run: pnpm publish --no-git-checks
working-directory: './addon/'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 4a29d60

Please sign in to comment.