File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 run : |
9292 git config user.email "gh-actions@users.noreply.github.com"
9393 git config user.name "GitHub Actions"
94+ - name : Tag commit
95+ uses : tvdias/github-tagger@v0.0.1
96+ with :
97+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
98+ tag : " ${{ env.version }}"
9499 - name : Install dependencies
95100 run : yarn
96101 - uses : actions/setup-node@v3
@@ -143,11 +148,6 @@ jobs:
143148 yarn publish --tag $(cat .tag) --non-interactive --new-version $(cat .version)
144149 # HACK: Restore npm package name
145150 sed -i 's/^ "name":.*/ "name": "diff2html",/g' package.json
146- - name : Tag commit
147- uses : tvdias/github-tagger@v0.0.1
148- with :
149- repo-token : " ${{ secrets.GITHUB_TOKEN }}"
150- tag : " ${{ env.version }}"
151151 - name : Upload docs
152152 uses : actions/upload-artifact@v3
153153 with :
You can’t perform that action at this time.
0 commit comments