Skip to content

Commit

Permalink
Fixed syntax bug in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Mar 6, 2024
1 parent b44061a commit bd3cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

# Checkout
- name: Checkout repository
- uses: actions/checkout@v3
uses: actions/checkout@v3

# Setup .NET Core
- name: Setup .NET Core @ Latest
Expand Down

0 comments on commit bd3cef4

Please sign in to comment.