Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpaku authored Feb 19, 2024
1 parent e91a386 commit ede526d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
PREFIX="v1.0.0"
fi
NEW_TAG="${PREFIX}-${TZ_VERSION}"
git tag -a -m "Update tzot.json (${TZ_VERSION})" "${NEW_TAG}"
git config --global user.name 'GitHub Actions Release'
git config --global user.email 'github.actions.release@example.com'
git tag -a -m "Update (${TZ_VERSION})" "${NEW_TAG}"
#git push --tags
echo "NEW_TAG=${NEW_TAG}" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit ede526d

Please sign in to comment.