Skip to content

Commit

Permalink
also do not push tags if dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinkamp committed Apr 18, 2024
1 parent 943ee51 commit b6e2d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reference-lib.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create and push tag
if: github.event_name == 'push'
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b6e2d52

Please sign in to comment.