File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -106,7 +106,7 @@ jobs:
|
106 | 106 | - name: Set env variable
|
107 | 107 | uses: FranzDiebold/-env-vars-action@v2 #https://.com/marketplace/actions/-environment-variables-action
|
108 | 108 | - name: Set CI_TAG
|
109 |
| -run: if [["${_REF_TYPE}" == "tag" ]]; then echo "CI_TAG=${CI_REF}" >> $_ENV; fi |
| 109 | +run: if [[ "${_REF_TYPE}" == "tag" ]]; then echo "CI_TAG=${CI_REF_NAME}" >> ${_ENV}; fi |
110 | 110 | - name: Upload archives
|
111 | 111 | env:
|
112 | 112 | PACKAGECLOUD_TOKEN: ${{secrets.PACKAGECLOUD_TOKEN}}
|
|
You can’t perform that action at this time.
0 commit comments