Skip to content

Commit 1fe0e6f

Browse files
committed
chore(craft): remove deno registry craft target
This PR removes the deno registry craft target to avoid failing v8 releases midwy through. The last two releases (8.55.1 and 8.55.2) failed to publish to the registry. We stopped publishing our SDK to the registry with v9. Moreover, craft's github token doesn't have access to publish to the sentry-deno repo anymore.
1 parent 6aaf9b6 commit 1fe0e6f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.craft.yml

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

9587
## 5. Node-based Packages
9688
- name: npm

0 commit comments

Comments
 (0)