Skip to content

Commit

Permalink
#43 Remove extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 22, 2023
1 parent 5b25456 commit 3640b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.HELM_DEPLOY_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.HELM_DEPLOY_SECRET }}
aws-region: $${{ vars.HELM_DEPLOY_REGION }}
aws-region: ${{ vars.HELM_DEPLOY_REGION }}

- name: Publish chart
uses: shellbear/[email protected]
Expand Down

0 comments on commit 3640b38

Please sign in to comment.