Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
3c4d594d by Philipp Hörist at 2023-05-18T19:54:10+02:00
ci: Add release publish step

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -70,3 +70,17 @@ deploy-debian-nightly:
         --password=$FTP_PASS \
         --directory=debian/nbxmpp/"$(date +'%Y%m%d')" \
         debian_build
+
+publish-release:
+  image: nbxmpp-publish:latest
+  stage: publish
+  dependencies: []
+  rules:
+    - if: '$CI_COMMIT_TAG'
+  script:
+    - >
+      release-helper create-release \
+        $CI_PROJECT_ID \
+        '$CI_JOB_TOKEN' \
+        --version=$CI_COMMIT_TAG \
+        --tag=$CI_COMMIT_TAG



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/3c4d594dcbf5d7111abfa9928dee30e0e1aa3e6d

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/3c4d594dcbf5d7111abfa9928dee30e0e1aa3e6d
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to