mirror of
https://github.com/google/blockly.git
synced 2026-05-24 21:10:07 +02:00
chore: Add tagging for blockly releases in publish workflow (#9810)
This commit is contained in:
@@ -154,6 +154,9 @@ jobs:
|
||||
git add packages/blockly/package.json package-lock.json
|
||||
git commit -m "release: v${{ needs.version.outputs.version }}"
|
||||
git push
|
||||
TAG="blockly-v${{ needs.version.outputs.version }}"
|
||||
git tag "$TAG"
|
||||
git push origin "refs/tags/$TAG"
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v5
|
||||
|
||||
Reference in New Issue
Block a user