Skip to content

Commit 8b84100

Browse files
committed
fix: cleanup release config
1 parent 14f83e4 commit 8b84100

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565
fi
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
69-
- name: Authenticate GCP
70-
uses: './.github/actions/authenticate-gcp'
7168

7269
- name: Publish
7370
run: |

nx.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@
4343
}
4444
],
4545
"targetDefaults": {
46-
"release-custom": {
47-
"options": {
48-
"verbose": "true",
49-
"changelogs": true,
50-
"npm-dist-tag": "latest",
51-
"dry-run": true
52-
}
53-
},
5446
"@nx/js:tsc": {
5547
"cache": true,
5648
"dependsOn": ["^build"],
@@ -77,17 +69,6 @@
7769
"releaseTag": {
7870
"pattern": "{projectName}@{version}"
7971
}
80-
},
81-
"releases": {
82-
"version": {
83-
"preserveLocalDependencyProtocols": false,
84-
"manifestRootsToUpdate": ["{projectRoot}"]
85-
},
86-
"projects": ["tag:release"],
87-
"projectsRelationship": "independent",
88-
"releaseTag": {
89-
"pattern": "release/{projectName}@{version}"
90-
}
9172
}
9273
},
9374
"conventionalCommits": {

0 commit comments

Comments
 (0)