From c1bd504f7c32051e8656b9660631fd90b6c1747c Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 18 Jun 2021 14:30:49 -0700 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d0dc2a5..aa9593f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +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 }} + cwd: ${{ env.PROJECT_PATH }} - name: Publish Release id: publish uses: packagrio/action-publishr-go@master @@ -61,7 +61,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged with: upload_assets: 'packagr-bumpr-linux-amd64' - cwd: $${{ env.PROJECT_PATH }} + cwd: ${{ env.PROJECT_PATH }} # - name: Create Release # id: create_release