Skip to content

Commit

Permalink
update tagname
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome authored Jan 2, 2024
1 parent 18aff2a commit 5b982ae
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')\"" >> $GITHUB_ENV
run: echo "NOW=\"$(git rev-parse --abbrev-ref HEAD)-$(date +'%Y-%m-%dT%H:%M:%S')\"" >> $GITHUB_ENV
- name: tag snapshot
uses: tvdias/github-tagger@v0.0.1
with:
Expand Down

0 comments on commit 5b982ae

Please sign in to comment.