Skip to content

Commit 4a29d60

Browse files
We don't need auto-dist-tag, pnpm handles this for us
1 parent ab8e684 commit 4a29d60

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ jobs:
2828
args: '--no-frozen-lockfile'
2929
- run: git diff
3030
name: 'Did pnpm cause a diff?'
31-
- run: npx auto-dist-tag --write
32-
working-directory: './addon/'
3331

34-
- run: pnpm publish
32+
- run: pnpm publish --no-git-checks
3533
working-directory: './addon/'
3634
env:
3735
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)