Skip to content

Commit

Permalink
build: remove github target
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Nov 11, 2023
1 parent 0584142 commit 1d499ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
- run: npm i --legacy-peer-deps

- name: Github
shell: bash
run: npx nx run-many --target=github --projects=create-nx-gradle-workspace,create-nx-maven-workspace
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy
shell: bash
run: npx nx run-many --target=deploy --projects=create-nx-gradle-workspace,create-nx-maven-workspace
Expand Down
10 changes: 2 additions & 8 deletions packages/create-nx-gradle-workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,12 @@
"jestConfig": "packages/create-nx-gradle-workspace/jest.config.ts"
}
},
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notes": "${notes}"
}
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
},
"dependsOn": ["build"]
}
},
"tags": [],
Expand Down
10 changes: 2 additions & 8 deletions packages/create-nx-maven-workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,12 @@
"jestConfig": "packages/create-nx-maven-workspace/jest.config.ts"
}
},
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "${tag}",
"notes": "${notes}"
}
},
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
}
},
"dependsOn": ["build"]
}
},
"tags": [],
Expand Down

0 comments on commit 1d499ab

Please sign in to comment.