Skip to content

Commit

Permalink
Fixing typo on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Feb 16, 2024
1 parent a5c7c8b commit bedfedc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup .NET ${{ matrix.dotnet-version }}}
- name: Setup .NET ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
Expand Down Expand Up @@ -56,6 +56,6 @@ jobs:
run: dotnet nuget push ./nuget/**/*.nupkg --skip-duplicate --api-key ${{secrets.GITHUB_TOKEN}} --source "https://nuget.pkg.github.com/deveel/index.json"

clean:
needs: build
needs: pack
name: "Clean Old Packages"
uses: ./.github/workflows/clean-packages.yml
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup .NET ${{ matrix.dotnet-version }}}
- name: Setup .NET ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
Expand Down

0 comments on commit bedfedc

Please sign in to comment.