Skip to content

Commit

Permalink
Use different tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Sep 10, 2023
1 parent 98e82a6 commit fcfc61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prodtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/checkout@v4
with:
ref: production
- run: git tag -a "'{date +%d/%m/%Y} ({git rev-parse --short HEAD})'" $(git rev-parse HEAD)
- run: git tag -a "'{date +%Y.%m.%d}.{git rev-parse --short HEAD}'" $(git rev-parse HEAD)
- run: git push

0 comments on commit fcfc61c

Please sign in to comment.