Skip to content

Commit

Permalink
on push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sr1998 committed May 11, 2024
1 parent 688e024 commit 3aa6e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ jobs:
- name: Install dependencies
run: poetry install --with dev
- name: print PAT
run: echo ${{ secrets.LIB_ML_TAG_BUMP_TOKEN }}
run: echo ${{ secrets.GITHUB_TOKEN }}
- name: Bump version and push tag
if: success() # Only continue if all was successful till now
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{secrets.LIB_ML_TAG_BUMP_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
DEFAULT_BUMP: patch
TAG_CONTEXT: branch
WITH_V: false
Expand Down

0 comments on commit 3aa6e26

Please sign in to comment.