Skip to content

Commit 9433a12

Browse files
authored
ci: fix ci (missing steps of ts-ci template) (#1163)
1 parent 2b17f71 commit 9433a12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-main.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ jobs:
169169
registry-url: https://registry.npmjs.org/
170170
- uses: bahmutov/npm-install@v1
171171
- run: yarn build
172+
- run: npx -y -p denoify@1.6.13 enable_short_npm_import_path
173+
env:
174+
DRY_RUN: '0'
175+
- uses: garronej/ts-ci@v2.1.5
176+
with:
177+
action_name: remove_dark_mode_specific_images_from_readme
172178
- name: Publishing on NPM
173179
run: |
174180
if [ "$(npm show . version)" = "$VERSION" ]; then

0 commit comments

Comments
 (0)