From afcdcbd2f6e5b4cfc74a4e553e7a32882de2afbf Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 21 Oct 2022 19:52:25 +0200 Subject: [PATCH] Update CI --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0424b43..d234091 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,7 +53,7 @@ jobs: is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} is_pre_release: ${{steps.step1.outputs.is_pre_release }} steps: - - uses: garronej/ts-ci@v2.0.2 + - uses: garronej/ts-ci@v2.1.0 id: step1 with: action_name: is_package_json_version_upgraded @@ -100,6 +100,9 @@ jobs: - run: npx -y -p denoify@1.2.2 enable_short_npm_import_path env: DRY_RUN: "0" + - uses: garronej/ts-ci@v2.1.0 + with: + action_name: remove_dark_mode_specific_images_from_readme - name: Publishing on NPM run: | if [ "$(npm show . version)" = "$VERSION" ]; then