Skip to content

Commit

Permalink
wip: Test generating a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
riweston committed Jul 28, 2021
1 parent 0ee5677 commit 4c13e08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
ssh-key: "${{ secrets.DEPLOY_KEY }}"
- name: Bump version and push tag
uses: anothrNick/github-tag-action@1.26.0
uses: anothrNick/github-tag-action@1.35.0
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_KEY }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW }}
WITH_V: false
RELEASE_BRANCHES: "hotfix.*"

0 comments on commit 4c13e08

Please sign in to comment.