Skip to content

Commit 8adaae0

Browse files
authored
feat(CI): start using semantic release
1 parent 0c53b19 commit 8adaae0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ jobs:
2020
go-version: 1.16
2121
- run: go build -v ./...
2222
- run: go test -v ./...
23+
24+
- uses: go-semantic-release/action@v1.12.0
25+
with:
26+
github-token: ${{ secrets.GITHUB_TOKEN }}
27+
allow-initial-development-versions: true

0 commit comments

Comments
 (0)