Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tag-from-version.yml #41

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading