File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 45
45
# Secrets on this repo do not get shared with PRs opened on a fork, thus,
46
46
# add SENTRY_AUTH_TOKEN as a secret to your fork if you want to use this job.
47
47
create-staging-release-per-push :
48
+ needs : docker-build
48
49
strategy :
49
50
matrix :
50
51
os : [ ubuntu-latest, windows-latest, macos-latest ]
64
65
ignore_missing : true
65
66
66
67
runs-on-container :
68
+ needs : docker-build
67
69
runs-on : ubuntu-latest
68
70
container :
69
71
image : node:18.17
82
84
ignore_missing : true
83
85
84
86
mock-release :
87
+ needs : docker-build
85
88
strategy :
86
89
matrix :
87
90
os : [ ubuntu-latest, windows-latest, macos-latest ]
99
102
environment : production
100
103
101
104
mock-release-working-directory :
105
+ needs : docker-build
102
106
strategy :
103
107
matrix :
104
108
os : [ ubuntu-latest, windows-latest, macos-latest ]
You can’t perform that action at this time.
0 commit comments