Skip to content

Commit

Permalink
fix(ci): release action
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed May 9, 2021
1 parent 53531a2 commit ba97d01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
-w /workspace \
-e PATH=/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/home/vscode/go/bin:/workspace/bin \
vscode \
neon -props "{tag: ${CI_ACTION_REF_NAME_SLUG}, MODULE: github.com/${CI_REPOSITORY}, BY: ${CI_ACTOR}}" test-int
neon -props "{tag: ${CI_ACTION_REF_NAME}, MODULE: github.com/${CI_REPOSITORY}, BY: ${CI_ACTOR}}" test-int
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
docker-compose exec -T -u root vscode bash -c 'echo "GITHUB_TOKEN: $GITHUB_TOKEN" > ~/.github.yml'
docker-compose exec -e GITHUB_TOKEN=${GITHUB_TOKEN} -T -u root vscode bash -c 'echo "GITHUB_TOKEN: ${GITHUB_TOKEN}" > ~/.github.yml'
docker-compose exec \
-T \
-u root \
-w /workspace \
-e PATH=/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/home/vscode/go/bin:/workspace/bin \
vscode \
neon -props "{tag: ${CI_ACTION_REF_NAME_SLUG}, MODULE: github.com/${CI_REPOSITORY}, BY: ${CI_ACTOR}}" publish
neon -props "{tag: ${CI_ACTION_REF_NAME}, MODULE: github.com/${CI_REPOSITORY}, BY: ${CI_ACTOR}}" publish

0 comments on commit ba97d01

Please sign in to comment.