We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48729ec commit e324c09Copy full SHA for e324c09
scripts/write-generated-grammar.sh
@@ -47,4 +47,6 @@ echo "Committing new generated grammar"
47
gh auth setup-git
48
git remote add dest "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY.git"
49
git push dest HEAD:$branch_name
50
+git tag $ref-with-generated-files
51
+git push dest $ref-with-generated-files
52
echo "Checkin complete!"
0 commit comments