diff options
author | 2024-06-20 03:45:14 +0200 | |
---|---|---|
committer | 2024-06-20 03:45:14 +0200 | |
commit | 897cdeac510b9cd0e980e500727ad50d0715aab1 (patch) | |
tree | a1a4f5644485d51377bb5e4bad60ecf30a979ef3 /.github | |
parent | Bump version (diff) |
Make check_if_version_upgraded work on private repos
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04eba5d..1d1dccf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: to_version: ${{ steps.step1.outputs.to_version }} is_upgraded_version: ${{ steps.step1.outputs.is_upgraded_version }} steps: - - uses: garronej/[email protected] + - uses: garronej/[email protected] id: step1 with: action_name: is_package_json_version_upgraded |