Skip to content

Commit

Permalink
Update releaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-axis committed May 2, 2024
1 parent ab25bd1 commit 5c0823a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ env:
SOLUTION_NAME: tl_walkaround
# Path to the solution file relative to the root of the project.

TIME_ZONE: Asia/Tokyo
# Time zone for the timestamp when releasing.

permissions:
contents: read

Expand Down Expand Up @@ -76,7 +79,7 @@ jobs:
- name: Prepare release notes
id: release-notes
run: |
echo "name=${{ github.ref_name }} ($(TZ='Asia/Tokyo' date +'%Y-%m-%d'))" >> $GITHUB_OUTPUT
echo "name=${{ github.ref_name }} ($(TZ='${{ env.TIME_ZONE }}' date +'%Y-%m-%d'))" >> $GITHUB_OUTPUT
echo "### 更新内容" >> ReleaseNotes.txt
phase=0
IFS=$'\n'
Expand Down

0 comments on commit 5c0823a

Please sign in to comment.