Skip to content

Commit

Permalink
update cd
Browse files Browse the repository at this point in the history
  • Loading branch information
amphro committed Dec 26, 2019
1 parent d59a67e commit 0913c9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: echo Supplied Tag - ${GITHUB_REF}
- run: echo Generated Version - ${GITHUB_REF#refs/tags/v}
# Will fail fast if version is invalid
# This also has to be done before install so oclif.manifest is generated properly
- run: yarn version --new-version ${GITHUB_REF#refs/tags/v}
- run: yarn install
- run: yarn version --new-version ${GITHUB_REF#refs/tags/v}
- run: yarn publish --new-version ${GITHUB_REF#refs/tags/v}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0913c9f

Please sign in to comment.