Skip to content

Commit ff81795

Browse files
committed
add timestamp
1 parent dbaa442 commit ff81795

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Checkout repository
1717
uses: actions/checkout@v4
1818

19+
- name: Set timestamp for build/deploy
20+
run: |
21+
TIMESTAMP=$(date +%Y%m%d%H%M%S)
22+
echo "TIMESTAMP=${TIMESTAMP}" >> $GITHUB_ENV
23+
1924
- name: Set up pnpm
2025
uses: pnpm/action-setup@v4
2126
with:

0 commit comments

Comments
 (0)