From bebbfe42dd4dd6d53942ce10043cfd0765f3aee9 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 18 Jun 2021 14:22:43 -0700 Subject: [PATCH] change current working dir. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f4d1d5..d0dc2a5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,6 +52,7 @@ jobs: env: # This is necessary in order to push a commit to the repo GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged + cwd: $${{ env.PROJECT_PATH }} - name: Publish Release id: publish uses: packagrio/action-publishr-go@master @@ -60,6 +61,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged with: upload_assets: 'packagr-bumpr-linux-amd64' + cwd: $${{ env.PROJECT_PATH }} # - name: Create Release # id: create_release