mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update ci.yaml
This commit is contained in:
parent
124e808480
commit
96e9561215
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get version on latest
|
- name: Get version on latest
|
||||||
id: v_latest
|
id: v_latest
|
||||||
uses: garronej/github_actions_toolkit@v1.6
|
uses: garronej/github_actions_toolkit@v1.9
|
||||||
with:
|
with:
|
||||||
action_name: get_package_json_version
|
action_name: get_package_json_version
|
||||||
owner: ${{github.repository_owner}}
|
owner: ${{github.repository_owner}}
|
||||||
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get version on develop
|
- name: Get version on develop
|
||||||
id: v_develop
|
id: v_develop
|
||||||
uses: garronej/github_actions_toolkit@v1.6
|
uses: garronej/github_actions_toolkit@v1.9
|
||||||
with:
|
with:
|
||||||
action_name: get_package_json_version
|
action_name: get_package_json_version
|
||||||
owner: ${{github.repository_owner}}
|
owner: ${{github.repository_owner}}
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
|
|
||||||
- name: 'Trigger the ''publish'' workflow'
|
- name: 'Trigger the ''publish'' workflow'
|
||||||
if: ${{ !!env.PAT && steps.v_develop.outputs.compare_result == '1' }}
|
if: ${{ !!env.PAT && steps.v_develop.outputs.compare_result == '1' }}
|
||||||
uses: garronej/github_actions_toolkit@v1.6
|
uses: garronej/github_actions_toolkit@v1.9
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PAT }}
|
GITHUB_TOKEN: ${{ secrets.PAT }}
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue