Skip to content

Commit 500a81f

Browse files
committed
fix broken yaml
1 parent 7391765 commit 500a81f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: test
4343
runs-on: "ubuntu-latest"
4444
permissions:
45-
id-token: write # required by OIDC
45+
id-token: write # required by OIDC
4646

4747
steps:
4848
- name: "Checkout"
@@ -74,11 +74,11 @@ jobs:
7474
- name: "Pack Sql"
7575
run: dotnet pack ${{ env.SQL_PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols -p:SymbolPackageFormat=snupkg --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}
7676

77-
- name: NuGet login (OIDC)
78-
uses: NuGet/login@v1
79-
id: login
80-
with:
81-
user: ${{ secrets.NUGET_USERNAME }}
77+
- name: NuGet login (OIDC)
78+
uses: NuGet/login@v1
79+
id: login
80+
with:
81+
user: ${{ secrets.NUGET_USERNAME }}
8282

8383
- name: "Push package"
8484
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}/*.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source ${{ env.NUGET_SOURCE_URL }} --skip-duplicate

0 commit comments

Comments
 (0)