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 0913c9f commit 0a5a6f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,250 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -15,8 +15,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: echo Supplied Tag - ${GITHUB_REF}
- run: echo Generated Version - ${GITHUB_REF#refs/tags/v}
- run: yarn install
- run: yarn version --new-version ${GITHUB_REF#refs/tags/v}
- run: yarn install && yarn postpack
- run: yarn version --new-version ${GITHUB_REF#refs/tags/v} --no-git-tag-version
- run: yarn publish --new-version ${GITHUB_REF#refs/tags/v}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,4 +8,5 @@
node_modules

/types
npm-shrinkwrap.json
oclif.manifest.json

0 comments on commit 0a5a6f7

Please sign in to comment.