Skip to content

Commit

Permalink
fix tagname again again
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Jan 2, 2024
1 parent 79cbd38 commit 6eb3054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# release the apk
- name: Set current date as env variable
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
- name: tag snapshot
uses: tvdias/[email protected]
with:
Expand Down

0 comments on commit 6eb3054

Please sign in to comment.