Skip to content

Commit b6e2d52

Browse files
committed
also do not push tags if dependabot
1 parent 943ee51 commit b6e2d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reference-lib.publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Create and push tag
42-
if: github.event_name == 'push'
42+
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
4343
uses: mathieudutour/[email protected]
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)