Skip to content

Commit e324c09

Browse files
committed
Create tags pointing at with-generated-files commits
Fixes #311
1 parent 48729ec commit e324c09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/write-generated-grammar.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ echo "Committing new generated grammar"
4747
gh auth setup-git
4848
git remote add dest "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"
4949
git push dest HEAD:$branch_name
50+
git tag $ref-with-generated-files
51+
git push dest $ref-with-generated-files
5052
echo "Checkin complete!"

0 commit comments

Comments
 (0)