File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
- name : " 👁️🗨️ Get Package Version › Print"
109
109
id : task_initialize_package_getversion_debug
110
110
run : |
111
- echo "VERSION: ${{ env .PACKAGE_VERSION }}"
111
+ echo "VERSION: ${{ steps.task_initialize_package_getversion.outputs .PACKAGE_VERSION }}"
112
112
113
113
# ---------------------------------------------------------------------------------------
114
114
# Job > Release > Github
@@ -212,8 +212,8 @@ jobs:
212
212
# ---------------------------------------------------------------------------------------
213
213
214
214
- name : " 🔖 Tag › Pre Create ${{ env.PACKAGE_VERSION }}"
215
- uses : rickstaa/action-create-tag@v1
216
215
id : task_release_tag_create
216
+ uses : rickstaa/action-create-tag@v1
217
217
with :
218
218
tag : ${{ env.PACKAGE_VERSION }}
219
219
tag_exists_error : false
You can’t perform that action at this time.
0 commit comments