Skip to content

Commit

Permalink
[arkmq-org#100] Remove release tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Jan 26, 2024
1 parent 2daa37f commit 353c58c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ env:
IMAGE_NAME: activemq-artemis-broker-kubernetes

on:
push:
tags:
- 'v*'
workflow_dispatch:
inputs:
trigger_children:
Expand All @@ -33,7 +30,7 @@ jobs:
run: |
git fetch --tags
HEAD_COMMIT="$(git rev-parse HEAD)"
RELEASE_TAG="v$(grep -Po -m 1 '(?<=^version: ")[^"]+' image.yaml)"
RELEASE_TAG="$(grep -Po -m 1 '(?<=^version: ")[^"]+' image.yaml)"
RELEASE_TAG_COMMIT="$(git rev-list -n 1 ${RELEASE_TAG} || true)"
if [ "$RELEASE_TAG_COMMIT" != "$HEAD_COMMIT" ]; then
git config user.name 'artemiscloud-bot'
Expand Down

0 comments on commit 353c58c

Please sign in to comment.