Skip to content

Commit df9653e

Browse files
committed
ci: fix canister declaration generation on release pipeline
1 parent 4b3de72 commit df9653e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
- name: Install wasm-pack
3333
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
3434

35-
- name: DFX prepare Certified Counter
36-
working-directory: examples/certification/certified-counter
37-
run: |
38-
dfx canister create --all
39-
dfx generate backend
35+
- name: Generate canister declarations
36+
run: dfx generate
4037

4138
- name: Build NPM packages
4239
run: pnpm build

0 commit comments

Comments
 (0)