Skip to content

Commit

Permalink
docs: rename publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loekensgard committed Nov 16, 2023
1 parent d5df9cc commit e962870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ubuntu-latest:
name: ubuntu-latest
name: Publish nuget
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Intility.Authorization.Azure.GuestPolicies.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4A200C0D-ABE8-426A-99C2-426CB67C2C7A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.github\Build_and_Test.yml = .github\Build_and_Test.yml
.github\workflows\Build_and_Test.yml = .github\workflows\Build_and_Test.yml
LICENSE = LICENSE
.github\workflows\Publish.yml = .github\workflows\Publish.yml
README.md = README.md
Expand Down

0 comments on commit e962870

Please sign in to comment.