Skip to content

Commit e2abdc2

Browse files
committed
Safeguards
1 parent 74e3c7f commit e2abdc2

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.craft.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ targets:
88
# For direct binary downloads + shasum + shasum.sig
99
- name: github
1010
tagPrefix: v
11+
tagOnly: true # remove when ready to go live
12+
checksums:
13+
- algorithm: sha256
1114

1215
# - name: pypi
1316
# - name: sentry-pypi

.github/workflows/create_release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Create CLI Release
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
types: [closed]
4+
workflow_dispatch #temp disable
5+
# pull_request:
6+
# branches:
7+
# - main
8+
# types: [closed]
89

910
permissions:
1011
contents: read

.github/workflows/release_flow.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Build and Publish CLI Release
22

33
on:
4-
release:
5-
types:
6-
- created
4+
workflow_dispatch #temp disable
5+
# release:
6+
# types:
7+
# - created
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)