Skip to content

Commit 89911f1

Browse files
chore(actions): run semantic-release after test
1 parent c832669 commit 89911f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- name: Test
3232
run: go test -v ./...
3333

34+
- name: Run
35+
env:
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
run: ./semantic-release -dry || exit 0
38+
3439
release:
3540
name: Release
3641
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)