Skip to content

Commit 74425d8

Browse files
committed
Fixing build process for tags
1 parent 045d228 commit 74425d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Set env variable
107107
uses: FranzDiebold/github-env-vars-action@v2 #https://github.com/marketplace/actions/github-environment-variables-action
108108
- name: Set CI_TAG
109-
run: if [["${GITHUB_REF_TYPE}" == "tag" ]]; then echo "CI_TAG=${CI_REF}" >> $GITHUB_ENV; fi
109+
run: if [[ "${GITHUB_REF_TYPE}" == "tag" ]]; then echo "CI_TAG=${CI_REF_NAME}" >> ${GITHUB_ENV}; fi
110110
- name: Upload archives
111111
env:
112112
PACKAGECLOUD_TOKEN: ${{secrets.PACKAGECLOUD_TOKEN}}

0 commit comments

Comments
 (0)