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 f80a01d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/devpackpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
with:
node-version: 10
registry-url: https://npm.pkg.github.com
- run: yarn install --frozen-lockfile
scope: @kiltprotocol
- run: echo $(jq '.dependencies."@kiltprotocol/portablegabi"="latest"' package.json) > package.json
- run: yarn install
- run: yarn build
- run: yarn version --no-git-tag-version --prerelease --preid $(git rev-parse --short HEAD)
- run: npm publish --tag dev
Expand Down

0 comments on commit f80a01d

Please sign in to comment.