Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
chore: fix a bug where semantic-release runs in dry mode when running…
Browse files Browse the repository at this point in the history
… inside a docker container
  • Loading branch information
customcommander committed Jan 2, 2020
1 parent 2c38368 commit 07a3ad3
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: docker run -e NPM_TOKEN -e GH_TOKEN --rm --mount type=bind,src=$GITHUB_WORKSPACE,dst=/workspaces/tagtical customcommander/tagtical sh -c 'yarn && make dist && yarn semantic-release'
- run: docker run -e NPM_TOKEN -e GH_TOKEN --rm --mount type=bind,src=$GITHUB_WORKSPACE,dst=/workspaces/tagtical customcommander/tagtical sh -c 'yarn && make dist && yarn semantic-release --no-ci'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 07a3ad3

Please sign in to comment.