Skip to content

Commit 2d9608f

Browse files
committed
ci: fix publish PACKAGE_VERSION
1 parent c4b2de2 commit 2d9608f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: "👁️‍🗨️ Get Package Version › Print"
109109
id: task_initialize_package_getversion_debug
110110
run: |
111-
echo "VERSION: ${{ env.PACKAGE_VERSION }}"
111+
echo "VERSION: ${{ steps.task_initialize_package_getversion.outputs.PACKAGE_VERSION }}"
112112
113113
# ---------------------------------------------------------------------------------------
114114
# Job > Release > Github
@@ -212,8 +212,8 @@ jobs:
212212
# ---------------------------------------------------------------------------------------
213213

214214
- name: "🔖 Tag › Pre Create ${{ env.PACKAGE_VERSION }}"
215-
uses: rickstaa/action-create-tag@v1
216215
id: task_release_tag_create
216+
uses: rickstaa/action-create-tag@v1
217217
with:
218218
tag: ${{ env.PACKAGE_VERSION }}
219219
tag_exists_error: false

0 commit comments

Comments
 (0)