Skip to content

Commit d63ba18

Browse files
authored
chore(ci): add semantic release (#3)
1 parent 34e0fae commit d63ba18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ jobs:
4949
export VIM="${PWD}/_neovim/share/nvim/runtime"
5050
nvim --version
5151
make test
52+
release:
53+
runs-on: ubuntu-latest
54+
timeout-minutes: 10
55+
needs: [test]
56+
steps:
57+
- name: Release
58+
uses: go-semantic-release/action@v1
59+
if: github.ref == 'refs/heads/main'
60+
with:
61+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)