Skip to content

Commit 67ac7dd

Browse files
committed
Fix issue
1 parent 93b7f91 commit 67ac7dd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v5
5252

53-
- uses: changepacks/action@main
54-
id: changepacks
55-
5653
- uses: actions-rust-lang/setup-rust-toolchain@v1
5754
- name: Cargo tarpaulin and fmt
5855
run: |
@@ -105,6 +102,10 @@ jobs:
105102
with:
106103
token: ${{ secrets.CODECOV_TOKEN }}
107104
fail_ci_if_error: true
105+
106+
- uses: changepacks/action@main
107+
id: changepacks
108+
108109
- name: Publish to npm
109110
run: pnpm publish
110111
if: steps.changepacks.outputs.changepacks != ''

0 commit comments

Comments
 (0)