Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed May 8, 2024
1 parent 5030916 commit 88532c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CICD
on:
- push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
release:
uses: cloud-cli/workflows/.github/workflows/npm-build-release.yml@main
Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@
"license": "MIT",
"dependencies": {
"js-yaml": "^3.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/cloud-cli/workerd.git"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 88532c8

Please sign in to comment.