Skip to content

Commit

Permalink
change current working dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent f8ef36b commit bebbfe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bebbfe4

Please sign in to comment.