Skip to content

Commit 6eb3054

Browse files
authored
fix tagname again again
1 parent 79cbd38 commit 6eb3054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# release the apk
2121
- 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
22+
run: echo -e "NOW=\"$(git rev-parse --abbrev-ref HEAD) $(date +'%Y-%m-%dT%H:%M:%S')\"\nTAG=$(date +%s)" >> $GITHUB_ENV
2323
- name: tag snapshot
2424
uses: tvdias/github-tagger@v0.0.1
2525
with:

0 commit comments

Comments
 (0)