mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update actions
This commit is contained in:
parent
cd455eb5a6
commit
419fb359b9
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
||||||
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
|
is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }}
|
||||||
is_pre_release: ${{steps.step1.outputs.is_pre_release }}
|
is_pre_release: ${{steps.step1.outputs.is_pre_release }}
|
||||||
steps:
|
steps:
|
||||||
- uses: garronej/ts-ci@v2.1.2
|
- uses: garronej/ts-ci@v2.1.5
|
||||||
id: step1
|
id: step1
|
||||||
with:
|
with:
|
||||||
action_name: is_package_json_version_upgraded
|
action_name: is_package_json_version_upgraded
|
||||||
|
|
@ -102,7 +102,7 @@ jobs:
|
||||||
- run: npx -y -p denoify@1.6.12 enable_short_npm_import_path
|
- run: npx -y -p denoify@1.6.12 enable_short_npm_import_path
|
||||||
env:
|
env:
|
||||||
DRY_RUN: "0"
|
DRY_RUN: "0"
|
||||||
- uses: garronej/ts-ci@v2.1.2
|
- uses: garronej/ts-ci@v2.1.5
|
||||||
with:
|
with:
|
||||||
action_name: remove_dark_mode_specific_images_from_readme
|
action_name: remove_dark_mode_specific_images_from_readme
|
||||||
- name: Publishing on NPM
|
- name: Publishing on NPM
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
|
|
||||||
- name: Checking availability for module name ${{github.event.repository.name}} on NPM.
|
- name: Checking availability for module name ${{github.event.repository.name}} on NPM.
|
||||||
id: id1
|
id: id1
|
||||||
uses: garronej/ts-ci@v2.1.2
|
uses: garronej/ts-ci@v2.1.5
|
||||||
with:
|
with:
|
||||||
action_name: is_well_formed_and_available_module_name
|
action_name: is_well_formed_and_available_module_name
|
||||||
module_name: ${{github.event.repository.name}}
|
module_name: ${{github.event.repository.name}}
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
mv LICENSE.template LICENSE
|
mv LICENSE.template LICENSE
|
||||||
- name : String replace
|
- name : String replace
|
||||||
id: id2
|
id: id2
|
||||||
uses: garronej/ts-ci@v2.1.2
|
uses: garronej/ts-ci@v2.1.5
|
||||||
with:
|
with:
|
||||||
action_name: string_replace
|
action_name: string_replace
|
||||||
input_string: ${{github.event.repository.name}}
|
input_string: ${{github.event.repository.name}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue