Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seedysoft committed Apr 30, 2024
1 parent 547685a commit 51f7c9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
build:
name: Build
runs-on: [ubuntu-latest]
env:
release_name: $(printf '%(%Y.%m.%d)T\n' -1)
steps:
- name: Name release
id: name-release
run: release_name=$(printf '%(%Y.%m.%d)T\n' -1)

- name: Checkout Code
id: checkout-code
uses: actions/checkout@main
Expand Down

0 comments on commit 51f7c9e

Please sign in to comment.