Skip to content

Commit

Permalink
Change version to the target branch
Browse files Browse the repository at this point in the history
Signed-off-by: vudiep411 <[email protected]>
  • Loading branch information
vudiep411 committed Dec 6, 2024
1 parent 6d4c457 commit 1d97e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: get_version
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
VERSION="unstable"
VERSION=${{ github.base_ref }}
else
VERSION="${INPUT_VERSION}"
fi
Expand Down

0 comments on commit 1d97e1c

Please sign in to comment.