Skip to content

Commit

Permalink
Merge pull request #7 from bosch-io/infra-fixes
Browse files Browse the repository at this point in the history
Release workflow fixes
  • Loading branch information
konstantina-gramatova authored Mar 2, 2022
2 parents f91ca3a + c89a72b commit d5333b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: eclipse-kanto/suite-connector
path: ${{ env.BUILD_TMP }}/suite-connector'
path: ${{ env.BUILD_TMP }}/suite-connector
ref: ${{ github.ref }}
token: ${{ secrets.WF_AUTH }}
- name: Checkout container-management
Expand Down Expand Up @@ -60,3 +60,7 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GOPATH is no longer exported by the actions/setup-go@v2
# https://github.com/actions/setup-go/issues/12#issuecomment-604605595
# https://github.com/goreleaser/goreleaser-action/issues/267
GOPATH: /home/runner/go

0 comments on commit d5333b5

Please sign in to comment.