We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfb6f1e + 355799f commit f0376feCopy full SHA for f0376fe
.gitlab-ci.yml
@@ -118,6 +118,9 @@ test-arch:
118
## Jobs to publish commits + tags from master to github
119
release-publish-github:
120
stage: release
121
+ needs:
122
+ - job: build-deb
123
+ - job: build-rpm
124
variables:
125
RELEASE_SYNC_PUBLIC_URL: [email protected]:ProtonMail/proton-python-client.git
126
RELEASE_SYNC_TO_BRANCH: 'master'
@@ -126,6 +129,9 @@ release-publish-github:
129
127
130
release-publish-github-tags:
128
131
132
133
134
135
136
137
0 commit comments