Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Feb 6, 2024
1 parent b97ae20 commit 2325253
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
with:
fetch-depth: 0
- name: Create missing tags
run: bash update.sh
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "<>"
bash update.sh
- name: Push tags
run: |
git push --tags
git push --tags

0 comments on commit 2325253

Please sign in to comment.