@@ -57,27 +57,27 @@ jobs:
5757 commit_user_email : " github-actions[bot]@users.noreply.github.com"
5858 commit_author : " github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
5959
60- release :
61- name : release
62- if : ${{ github.ref == 'refs/heads/main' }}
63- needs : [luacheck, stylua, tests, docs]
64- runs-on : ubuntu-latest
65- steps :
66- - uses : google-github-actions/release-please-action@v3
67- id : release
68- with :
69- release-type : simple
70- package-name : snippet-converter.nvim
71- extra-files : |
72- lua/snippet_converter/init.lua
73- - uses : actions/checkout@v2
74- - name : tag stable versions
75- if : ${{ steps.release.outputs.release_created }}
76- run : |
77- git config user.name github-actions[bot]
78- git config user.email github-actions[bot]@users.noreply.github.com
79- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
80- git tag -d stable || true
81- git push origin :stable || true
82- git tag -a stable -m "Last stable release"
83- git push origin stable
60+ release :
61+ name : release
62+ if : ${{ github.ref == 'refs/heads/main' }}
63+ needs : [luacheck, stylua, tests, docs]
64+ runs-on : ubuntu-latest
65+ steps :
66+ - uses : google-github-actions/release-please-action@v3
67+ id : release
68+ with :
69+ release-type : simple
70+ package-name : snippet-converter.nvim
71+ extra-files : |
72+ lua/snippet_converter/init.lua
73+ - uses : actions/checkout@v2
74+ - name : tag stable versions
75+ if : ${{ steps.release.outputs.release_created }}
76+ run : |
77+ git config user.name github-actions[bot]
78+ git config user.email github-actions[bot]@users.noreply.github.com
79+ git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
80+ git tag -d stable || true
81+ git push origin :stable || true
82+ git tag -a stable -m "Last stable release"
83+ git push origin stable
0 commit comments