Skip to content

Commit

Permalink
Update bump-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamaru authored Dec 18, 2024
1 parent 708a029 commit b4ba090
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bump-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Commit and push changes
run: |
git config user.name github-actions
git config user.email github-actions@github.com
# NOTE: Only bump v2, since we want to keep v1 backed by the Blacksmith cache for now.
- name: Update v2 tag
run: |
Expand All @@ -25,4 +30,4 @@ jobs:
"text": "Bumped setup-bazel v2 to the HEAD of main"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.CACHE_SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.CACHE_SLACK_WEBHOOK_URL }}

0 comments on commit b4ba090

Please sign in to comment.