Skip to content

Commit 3d70890

Browse files
committed
add log
1 parent 40b5fce commit 3d70890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macos-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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"
1920
echo "RELEASE_VERSION=$v" > constants.env
2021
- name: Export Env
2122
uses: cardinalby/export-env-action@v2

0 commit comments

Comments
 (0)