Skip to content

Commit

Permalink
ci: using latest portablegabi to build sdk for ghp
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed Jun 26, 2020
1 parent 6d6a14a commit 8034705
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/devpackpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
with:
node-version: 10
registry-url: https://npm.pkg.github.com
- run: yarn install --frozen-lockfile
- run: yarn build
scope: '@kiltprotocol'
- run: echo $(jq '.dependencies."@kiltprotocol/portablegabi"="latest"' package.json) > package.json
- run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn build
- run: yarn version --no-git-tag-version --prerelease --preid $(git rev-parse --short HEAD)
- run: npm publish --tag dev
env:
Expand Down

0 comments on commit 8034705

Please sign in to comment.