Skip to content

Commit

Permalink
Fix step name
Browse files Browse the repository at this point in the history
  • Loading branch information
idadaniels committed Oct 2, 2023
1 parent dd3f0f7 commit 3029456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update DotNet SDK version
- name: Update DotNet SDK version and copyright year
run: |
version=$(node -pe "require('./libs/dotnet-sdk/package.json').version")
currentYear=$(node -pe "new Date().getFullYear()")
Expand Down

0 comments on commit 3029456

Please sign in to comment.