Skip to content

Commit ff36c54

Browse files
authored
Update main.yml
1 parent 2f00346 commit ff36c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build
26+
id: build
2627
run: |
2728
dotnet build --no-restore
2829
echo "TAG_NAME=v$(git rev-list --count HEAD)" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)