There was an error while loading. Please reload this page.
1 parent 4bfbd35 commit ae8e72fCopy full SHA for ae8e72f
1 file changed
.github/workflows/publish.yml
@@ -154,6 +154,9 @@ jobs:
154
git add packages/blockly/package.json package-lock.json
155
git commit -m "release: v${{ needs.version.outputs.version }}"
156
git push
157
+ TAG="blockly-v${{ needs.version.outputs.version }}"
158
+ git tag "$TAG"
159
+ git push origin "refs/tags/$TAG"
160
161
- name: Setup Node.js
162
uses: actions/setup-node@v5
0 commit comments