Skip to content

Commit

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

0 comments on commit 570b6b6

Please sign in to comment.