File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 3434 echo "tag_exists=false" >> $GITHUB_OUTPUT
3535 fi
3636
37- - name : Create and push tag
38- if : steps.check_tag.outputs.tag_exists == 'false'
39- run : |
40- TAG="v${{ steps.get_version.outputs.version }}"
41- git config user.name "github-actions[bot]"
42- git config user.email "github-actions[bot]@users.noreply.github.com"
43- git tag "$TAG"
44- git push origin "$TAG"
45-
4637 - name : Setup Node
4738 if : steps.check_tag.outputs.tag_exists == 'false'
4839 uses : actions/setup-node@v4
6556 if : steps.check_tag.outputs.tag_exists == 'false'
6657 uses : softprops/action-gh-release@v2
6758 with :
68- tag_name : ${{ steps.get_version.outputs.version }}
59+ tag_name : v ${{ steps.get_version.outputs.version }}
6960 files : ' *.tgz'
7061 env :
7162 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " op-blocknote-extensions" ,
33 "private" : true ,
4- "version" : " 0.0.4 " ,
4+ "version" : " 0.0.5 " ,
55 "type" : " module" ,
66 "module" : " dist/op-blocknote-extensions.es.js" ,
77 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments