Skip to content

Commit

Permalink
Add timestamp to date to prevent tag conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 14, 2024
1 parent 3cbb8b9 commit 3d78ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Get current date
id: date
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT
run: echo "datetime=$(date +'%Y-%m-%d-%H%M%S')" >> $GITHUB_OUTPUT


- name: Create Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 3d78ac1

Please sign in to comment.