Skip to content

Commit

Permalink
Merge pull request #267 from HewlettPackard/create_tags_pr
Browse files Browse the repository at this point in the history
Update createtagandrelease.yml
  • Loading branch information
akshith-gunasheelan authored May 3, 2023
2 parents 372e5ea + b5be7e1 commit b448255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createtagandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v2
- name: Bump version and push tag
id: tag_and_prepare_release
uses: moble/github-tag-action@main
uses: anothrNick/github-tag-action@1.61.0
env:
GITHUB_TOKEN: ${{ secrets.CD_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
CUSTOM_TAG: "v8.3.0"
- name: Display
Expand Down

0 comments on commit b448255

Please sign in to comment.