Skip to content

Commit ac526e5

Browse files
committed
fix: restore clean publish.yml — remove duplicate ci job from bad merge
1 parent 33a4443 commit ac526e5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- production
77

88
jobs:
9-
ci:
10-
uses: ./.github/workflows/ci.yml
11-
129
publish:
1310
runs-on: ubuntu-latest
1411

@@ -75,6 +72,3 @@ jobs:
7572
tag_name: v${{ steps.pkg.outputs.version }}
7673
name: v${{ steps.pkg.outputs.version }}
7774
generate_release_notes: true
78-
79-
ci:
80-
uses: ./.github/workflows/ci.yml

0 commit comments

Comments
 (0)