Skip to content

Commit bbabf7f

Browse files
authored
update
1 parent 2db440f commit bbabf7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pipeline.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
DEFAULT_BUMP: patch
2525
WITH_V: false
2626
- name: Extract version from tag 🔍
27+
env:
28+
- POM_VERSION=${{ steps.bump_version.new_tag }}
2729
run: |
28-
POM_VERSION=${{ steps.bump_version.tag }}
2930
MAJOR_VERSION=$(echo $POM_VERSION | cut -d. -f1)
3031
MINOR_VERSION=$(echo $POM_VERSION | cut -d. -f2)
3132
BUILD_VERSION=$(echo $POM_VERSION | cut -d. -f3)

0 commit comments

Comments
 (0)