Skip to content

Commit

Permalink
fix(service): update publish workflow to use correct working directory
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Trieflinger <[email protected]>
  • Loading branch information
strieflin committed Jul 27, 2023
1 parent 8161dca commit e9d096c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/service.publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: on
defaults:
run:
working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit e9d096c

Please sign in to comment.