Skip to content

Commit

Permalink
Create directory before writing to it
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed May 2, 2024
1 parent 905dd02 commit c27cd24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Setup Google service account creds
id: setup-google
run: |
mkdir -p secrets
echo "${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDS }}" > secrets/gcp_key.json
echo "GOOGLE_APPLICATION_CREDENTIALS=$(pwd)/secrets/gcp_key.json" >> $GITHUB_OUTPUT
- name: Run GoReleaser
Expand Down

0 comments on commit c27cd24

Please sign in to comment.