Skip to content

Commit 6f5ca23

Browse files
committed
update macos yml
1 parent 3d70890 commit 6f5ca23

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
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616
- name: Read Tag Version
1717
run: |
18-
v=`echo $(git describe --tags) | awk -F . '{printf "%s.%d",$1,$2+1}'`
18+
v=$(echo $(git describe --tags) | awk -F . '{printf "%s.%d",$1,$2+1}')
1919
echo "RELEASE_VERSION=$v"
2020
echo "RELEASE_VERSION=$v" > constants.env
2121
- name: Export Env

0 commit comments

Comments
 (0)