We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943ee51 commit b6e2d52Copy full SHA for b6e2d52
.github/workflows/reference-lib.publish.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- name: Create and push tag
42
- if: github.event_name == 'push'
+ if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
43
uses: mathieudutour/[email protected]
44
with:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments