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