Skip to content

Commit

Permalink
chore: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ohoareau committed Sep 1, 2024
1 parent dd43271 commit 08e0186
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
scope: genstackio
token: ${{secrets.NPM_TOKEN}}
registry: registry.npmjs.org
- name: Install
shell: 'script -q -e -c "bash {0}"'
run: make install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
scope: genstackio
token: ${{secrets.NPM_TOKEN}}
registry: registry.npmjs.org
- name: Install
shell: 'script -q -e -c "bash {0}"'
run: make install
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,5 @@
"tfgen": "./bin/tfgen",
"tflayer": "./bin/tflayer",
"generate-vars-from-terraform-outputs": "./bin/generate-vars-from-terraform-outputs"
},
"release": {
"branches": [
"main"
]
}
}

0 comments on commit 08e0186

Please sign in to comment.