We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fe188 commit b070903Copy full SHA for b070903
1 file changed
.github/actions/publish-release/action.yml
@@ -160,7 +160,8 @@ runs:
160
161
- name: '🎉 Create GitHub Release'
162
working-directory: '${{ inputs.working-directory }}'
163
- if: "${{ inputs.dry-run == 'false' }}"
+ # Don't publish dev tags.
164
+ if: "${{ inputs.dry-run == 'false' && inputs.npm-tag != 'dev'}}"
165
env:
166
GITHUB_TOKEN: '${{ inputs.github-token }}'
167
shell: 'bash'
0 commit comments