Skip to content

Commit

Permalink
fix: fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Nov 11, 2024
1 parent 22684ab commit 853a178
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
dotnet-version: |
7.x.x
8.x.x
9.x.x
- name: Install dependencies
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
dotnet-version: |
7.x.x
8.x.x
9.x.x
- name: install
run: npm ci
- name: Lint
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
dotnet-version: |
7.x.x
8.x.x
9.x.x
- name: Prepare Node
uses: actions/setup-node@v4
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
dotnet-version: |
7.x.x
8.x.x
9.x.x
- name: Prepare Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 853a178

Please sign in to comment.