Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktype committed Aug 22, 2023
1 parent a27c614 commit 5960c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
- env:
GH_TOKEN: ${{ github.token }}
run: |
DT=`git log -1 --pretty='format:%cd' --date=format:'%Y-%m-%d_%H:%M:%S'`
DT=`git --no-pager log -n1 --decorate=no --pretty='format:%h-%cd' --date=format:'%Y-%m-%d_%H-%M-%S'`
echo $DT
gh release create $DT ./bip/bin/bip ./bix/bix

0 comments on commit 5960c50

Please sign in to comment.