Skip to content

Commit

Permalink
Update tag-from-version.yml (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 17, 2024
1 parent 73d3a57 commit f62f536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag-from-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
create_tag:
runs-on: ubuntu-24.04
permissions:
contents: write
steps:
# Checkout the repository
- name: Checkout repository
Expand All @@ -36,6 +38,5 @@ jobs:
run: |
git config user.name cisco-service
git config user.email [email protected]
git remote set-url origin https://${GH_TOKEN}@github.com/${{ github.repository }}
git tag $version
git push origin $version
git push origin $version

0 comments on commit f62f536

Please sign in to comment.