Skip to content

Commit

Permalink
fix: double quote strings
Browse files Browse the repository at this point in the history
  • Loading branch information
willgeorgetaylor committed Dec 29, 2023
1 parent 7d2887e commit 8a76269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
VERSION=${GITHUB_REF#refs/tags/}
MAJOR=${VERSION%%.*}
git config --global user.name 'Will Taylor'
git config --global user.email '[email protected]'
git config --global user.name "Will Taylor"
git config --global user.email "[email protected]"
git tag -fa ${MAJOR} -m "Update major version tag"
git push origin ${MAJOR} --force

0 comments on commit 8a76269

Please sign in to comment.