We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6102d commit 338bab2Copy full SHA for 338bab2
.github/workflows/macos-release.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
# https://stackoverflow.com/questions/4916492/git-describe-fails-with-fatal-no-names-found-cannot-describe-anything
19
# git describe --tags --always | awk -F . '{printf "RELEASE_VERSION=%s.%d",$1,$2+1}' | xargs echo > constants.env
20
- git describe --tags --always | awk -F - '{printf "RELEASE_VERSION=V1.0-%s",$NF}'
+ git describe --tags --always | awk -F - '{printf "RELEASE_VERSION=V1.0-%s",$NF}' | xargs echo > constants.env
21
cat constants.env
22
- name: Export Env
23
uses: cardinalby/export-env-action@v2
0 commit comments