Skip to content

Commit

Permalink
Fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesyspa committed Jun 19, 2024
1 parent 5cb5e23 commit fe803b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- name: Get build identifier
id: identifier
run: |
echo "DATE=$(date +%Y-%m-%d-%H:%M | tr ':' '_')" >> $GITHUB_ENV
echo "BRANCH=$(git branch --show-current)" >> $GITHUB_ENV
echo 'MOD="$BRANCH-$DATE"' >> $GITHUB_ENV
DATE=$(date +%Y-%m-%d-%H:%M | tr ':' '_')
BRANCH=$(git branch --show-current)
echo "DATE=$DATE" >> $GITHUB_ENV
echo "MOD=$BRANCH-$DATE" >> $GITHUB_ENV
- name: Add identifier to PDF
run: |
Expand Down

0 comments on commit fe803b2

Please sign in to comment.