Skip to content

Commit 347da0a

Browse files
authored
ci(v7/craft): Remove commit-on-git-repository for deno (#17201)
Backport of #15016 Removes the `commit-on-git-repository` entry for deno.
1 parent 9412e75 commit 347da0a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.craft.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ targets:
8181
- name: npm
8282
id: '@sentry/deno'
8383
includeNames: /^sentry-deno-\d.*\.tgz$/
84-
- name: commit-on-git-repository
85-
# This will publish on the Deno registry
86-
id: getsentry/deno
87-
archive: /^sentry-deno-\d.*\.tgz$/
88-
repositoryUrl: https://github.com/getsentry/sentry-deno.git
89-
stripComponents: 1
90-
branch: main
91-
createTag: true
9284

9385
## 5. Node-based Packages
9486
- name: npm

0 commit comments

Comments
 (0)