diff --git a/.woodpecker.yml b/.woodpecker.yml index 64d3691..56b3913 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -174,9 +174,9 @@ steps: - echo "Current branch is $CURRENT_BRANCH" - git checkout main - git pull origin main - - git merge "$CURRENT_BRANCH" --no-ff -m "chore: archive ${CURRENT_BRANCH}" + - 'git merge "$CURRENT_BRANCH" --no-ff -m "archive $CURRENT_BRANCH"' - VERSION_TAG="v$(date +%Y.%m.%d)-${CI_COMMIT_SHA:0:7}" - - git tag -a "$VERSION_TAG" -m "Release from ${CURRENT_BRANCH}" + - 'git tag -a "$VERSION_TAG" -m "Release from $CURRENT_BRANCH"' - git push origin main && git push origin --tags - echo "Archive succeeded with version $VERSION_TAG" when: