Skip to content

Commit

Permalink
ci: adding quotes to volume
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 10, 2024
1 parent 20fbaa7 commit bf7a264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
-e GIT_USERNAME=${GIT_USERNAME} \
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
-e RELEASE_IT_PLUGINS="@release-it/conventional-changelog@latest" \
-v $PWD:/app \
-v "$PWD:/app" \
ghcr.io/${{ github.repository }}:${{ github.sha }} \
release-it --dry-run
env:
Expand Down

0 comments on commit bf7a264

Please sign in to comment.