Skip to content

Commit

Permalink
fix(ci): release action
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury authored May 9, 2021
1 parent 2e16466 commit 53531a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
docker-compose exec -T -u root vscode echo "GITHUB_TOKEN: $GITHUB_TOKEN" > ~/.github.yml
docker-compose exec -T -u root vscode bash -c 'echo "GITHUB_TOKEN: $GITHUB_TOKEN" > ~/.github.yml'
docker-compose exec \
-T \
-u root \
Expand Down

0 comments on commit 53531a2

Please sign in to comment.