We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4a2be commit 9f637bcCopy full SHA for 9f637bc
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
83
HAS_CHANGESETS: env.HAS_CHANGESETS
84
- name: Release on @dev tag in npm
85
- if: ${{ github.actor != 'dependabot[bot]' && env.HAS_CHANGESETS != 'false' }}
+ if: ${{ github.actor != 'dependabot[bot]' && env.HAS_CHANGESETS != 'true' }}
86
run: npx changeset version --snapshot pr && pnpm publish --tag dev --no-git-checks
87
env:
88
0 commit comments