We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cbd38 commit 6eb3054Copy full SHA for 6eb3054
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
20
# release the apk
21
- name: Set current date as env variable
22
- run: echo "NOW=\"$(git rev-parse --abbrev-ref HEAD) $(date +'%Y-%m-%dT%H:%M:%S')\" TAG=$(date +%s)" >> $GITHUB_ENV
+ run: echo -e "NOW=\"$(git rev-parse --abbrev-ref HEAD) $(date +'%Y-%m-%dT%H:%M:%S')\"\nTAG=$(date +%s)" >> $GITHUB_ENV
23
- name: tag snapshot
24
uses: tvdias/github-tagger@v0.0.1
25
with:
0 commit comments