Skip to content

Commit

Permalink
github action version check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 1, 2024
1 parent 2723bd6 commit f658ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: chrisdickinson/setup-yq@latest
- name: check version
run: |
export COMPARISON_BRANCH=${{ github.event.before }}
export COMPARISON_BRANCH=origin/${{ github.event.before }}
make check-version
lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: chrisdickinson/setup-yq@latest
- name: check version
run: |
export COMPARISON_BRANCH=${{ github.event.before }}
export COMPARISON_BRANCH=origin/${{ github.event.before }}
make check-version
tag_versions:
Expand Down

0 comments on commit f658ad5

Please sign in to comment.