Update ci.yaml

This commit is contained in:
Garrone Joseph 2021-02-20 11:25:45 +01:00 committed by GitHub
parent 124e808480
commit 96e9561215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ jobs:
- name: Get version on latest
id: v_latest
uses: garronej/github_actions_toolkit@v1.6
uses: garronej/github_actions_toolkit@v1.9
with:
action_name: get_package_json_version
owner: ${{github.repository_owner}}
@ -60,7 +60,7 @@ jobs:
- name: Get version on develop
id: v_develop
uses: garronej/github_actions_toolkit@v1.6
uses: garronej/github_actions_toolkit@v1.9
with:
action_name: get_package_json_version
owner: ${{github.repository_owner}}
@ -70,7 +70,7 @@ jobs:
- name: 'Trigger the ''publish'' workflow'
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:
GITHUB_TOKEN: ${{ secrets.PAT }}
with: