We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6b2c2e + f205a0c commit 00574bbCopy full SHA for 00574bb
bitrise.yml
@@ -284,6 +284,29 @@ workflows:
284
285
./gradlew clean
286
widgetssdk:publishReleasePublicationToSonatypeRepository
287
+ - git-tag@1:
288
+ inputs:
289
+ - tag: $NEW_VERSION
290
+ - script@1:
291
292
+ - content: >-
293
+ #!/usr/bin/env bash
294
+
295
+ # fail if any commands fails
296
297
+ set -e
298
299
+ # make pipelines' return status equal the last command to exit with
300
+ a non-zero status, or zero if all commands exit successfully
301
302
+ set -o pipefail
303
304
+ # debug log
305
306
+ set -x
307
308
309
+ git fetch --tags
310
- generate-changelog@0: {}
311
- github-release@0:
312
inputs:
0 commit comments