Skip to content

Commit ae8e72f

Browse files
authored
chore: Add tagging for blockly releases in publish workflow (#9810)
1 parent 4bfbd35 commit ae8e72f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ jobs:
154154
git add packages/blockly/package.json package-lock.json
155155
git commit -m "release: v${{ needs.version.outputs.version }}"
156156
git push
157+
TAG="blockly-v${{ needs.version.outputs.version }}"
158+
git tag "$TAG"
159+
git push origin "refs/tags/$TAG"
157160
158161
- name: Setup Node.js
159162
uses: actions/setup-node@v5

0 commit comments

Comments
 (0)