Skip to content
Snippets Groups Projects
Commit ef2c1119 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

chore: update ci workflow

parent b7bdf619
Branches
Tags
No related merge requests found
......@@ -28,12 +28,8 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: 1.14
- name: Build
run: go build ./cmd/changelog-generator-default/
- name: Test
run: go test -v ./...
- run: go build ./cmd/changelog-generator-default/
- run: go test -v ./...
release:
runs-on: ubuntu-latest
needs: build
......@@ -43,8 +39,7 @@ jobs:
with:
go-version: 1.14
- run: echo "::add-path::~/go/bin"
- name: Get release dependencies
run: |
- run: |
go get github.com/mitchellh/gox
go get github.com/tcnksm/ghr
- uses: go-semantic-release/action@v1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment