Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update build_misc-utils.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Nov 18, 2023
1 parent 8e31421 commit dfe28c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_misc-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,18 +368,18 @@ jobs:
cat "/tmp/RELEASE_NOTE.md"
continue-on-error: true

- name: Get DateTime
- name: Get Safe_DateTime
run: |
# Date Time
NEPALI_TIME=$(TZ='Asia/Kathmandu' date +'%Y-%m-%d (%I:%M:%S %p)')
echo "NEPALI_TIME=$NEPALI_TIME" >> $GITHUB_ENV
SAFE_NEPALI_TIME=$(TZ='Asia/Kathmandu' date +'%Y-%m-%d_%I:%M:%S_%p' | tr ' :-' '_')
echo "SAFE_NEPALI_TIME=$SAFE_NEPALI_TIME" >> $GITHUB_ENV
continue-on-error: true

- name: Releaser
uses: softprops/[email protected]
with:
name: "misc-utils"
tag_name: "misc_utils_latest"
name: "misc-utils Weekly ${{ env.SAFE_NEPALI_TIME }}"
tag_name: "misc_utils_${{ env.SAFE_NEPALI_TIME }}"
prerelease: false
draft: false
generate_release_notes: false
Expand Down

0 comments on commit dfe28c3

Please sign in to comment.