File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1717 id : release
1818 with :
1919 release-type : node
20- command : github-release
2120 # extra-files: |
2221 # README.md
23- - uses : actions/checkout@v2
24- - name : tag major versions
25- if : ${{ steps.release.outputs.release_created }}
26- run : |
27- git config user.name github-actions[bot]
28- git config user.email 41898282+github-actions[bot]@users.noreply.github.com
29- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
30- git tag -d v${{ steps.release.outputs.major }} || true
31- git push origin :v${{ steps.release.outputs.major }} || true
32- git tag -a v${{ steps.release.outputs.major }} -m "Release v${{ steps.release.outputs.major }}"
33- git push origin v${{ steps.release.outputs.major }}
You can’t perform that action at this time.
0 commit comments