Skip to content

Commit c9724cc

Browse files
committed
fix getting umb version
1 parent e69ddb6 commit c9724cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v3
1212
- name: Set VERSION variable from tag
13-
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
13+
run: echo "VERSION=${GITHUB_REF/refs\/tags\/umb-v/}" >> $GITHUB_ENV
1414
- name: Output version name
1515
run: echo "${VERSION}"
1616
- name: Cancel job if version is empty

.github/workflows/umb-release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v3
1212
- name: Set VERSION variable from tag
13-
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
13+
run: echo "VERSION=${GITHUB_REF/refs\/tags\/umb-v/}" >> $GITHUB_ENV
1414
- name: Output version name
1515
run: echo "${VERSION}"
1616
- name: Cancel job if version is empty

0 commit comments

Comments
 (0)