Skip to content

Commit d0cfdcf

Browse files
committed
Fix tag message quoting
1 parent c619e4a commit d0cfdcf

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.woodpecker/build-cpp-qt.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-cpp-qt-client
50-
- git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
50+
- git tag -a ${CI_COMMIT_TAG} -m "${CI_COMMIT_MESSAGE}"
5151
when:
52-
- event: tag
52+
- event: tag
5353
push_target_repo:
5454
image: quay.io/thegeeklab/wp-git-action
5555
settings:
@@ -70,4 +70,4 @@ steps:
7070
when:
7171
- event: [ push , manual ]
7272
branch: main
73-
- event: tag
73+
- event: tag

.woodpecker/build-go.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-go
50-
- git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
50+
- git tag -a ${CI_COMMIT_TAG} -m "${CI_COMMIT_MESSAGE}"
5151
when:
52-
- event: tag
52+
- event: tag
5353
push_target_repo:
5454
image: quay.io/thegeeklab/wp-git-action
5555
settings:
@@ -70,4 +70,4 @@ steps:
7070
when:
7171
- event: [ push , manual ]
7272
branch: main
73-
- event: tag
73+
- event: tag

.woodpecker/build-php.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-php
50-
- git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
50+
- git tag -a ${CI_COMMIT_TAG} -m "${CI_COMMIT_MESSAGE}"
5151
when:
52-
- event: tag
52+
- event: tag
5353
push_target_repo:
5454
image: quay.io/thegeeklab/wp-git-action
5555
settings:
@@ -70,4 +70,4 @@ steps:
7070
when:
7171
- event: [ push , manual ]
7272
branch: main
73-
- event: tag
73+
- event: tag

.woodpecker/build-typescript-axios.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ steps:
4747
environment: *environment
4848
commands:
4949
- cd libre-graph-api-typescript-axios
50-
- git tag -a ${CI_COMMIT_TAG} -m ${CI_COMMIT_MESSAGE}
50+
- git tag -a ${CI_COMMIT_TAG} -m "${CI_COMMIT_MESSAGE}"
5151
when:
52-
- event: tag
52+
- event: tag
5353
push_target_repo:
5454
image: quay.io/thegeeklab/wp-git-action
5555
settings:
@@ -70,4 +70,4 @@ steps:
7070
when:
7171
- event: [ push , manual ]
7272
branch: main
73-
- event: tag
73+
- event: tag

0 commit comments

Comments
 (0)