Skip to content

Commit

Permalink
chore(actions): run semantic-release after test
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Apr 1, 2020
1 parent c832669 commit 89911f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Test
run: go test -v ./...

- name: Run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./semantic-release -dry || exit 0

release:
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89911f1

Please sign in to comment.