Skip to content

Commit

Permalink
chore: Update current datetime format in release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed May 5, 2024
1 parent c3841b0 commit 15e5f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netstandard20-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
dotnet nuget push **/*.nupkg --source "github"
- name: Set current datetime
run: |
echo "CURRENT_DATETIME=$(date +'%Y-%m-%d_%H:%M:%S')" >> $GITHUB_ENV
echo "CURRENT_DATETIME=$(date +'%Y%m%d_%H%M%S')" >> $GITHUB_ENV
- name: Create Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 15e5f80

Please sign in to comment.