Skip to content

Commit 3a0c554

Browse files
committed
fatal: No names found, cannot describe anything.
1 parent 94ef1a0 commit 3a0c554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Read Tag Version
1717
run: |
1818
v=`echo $(git describe --tags) | awk -F . '{printf "%s.%d",$1,$2+1}'`
19-
echo "RELEASE_VERSION="$v" > constants.env
19+
echo "RELEASE_VERSION=$v" > constants.env
2020
- name: Export Env
2121
uses: cardinalby/export-env-action@v2
2222
with:

0 commit comments

Comments
 (0)