Skip to content

Commit

Permalink
Update#2 ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aastha25 authored Feb 13, 2024
1 parent 471d3bf commit 5ecd88b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ jobs:

- name: 5. Derive version for li-trino-hotfix
if: github.ref == 'refs/heads/li-trino-hotfix'
run: |
branch_name="${{ github.ref#refs/heads/ }}"
echo "branch_name=${branch_name}" >> $GITHUB_ENV
echo "DERIVED_VERSION=2.2.27-${branch_name}" >> $GITHUB_ENV
run: echo "DERIVED_VERSION=2.2.27-li-trino-hotfix" >> $GITHUB_ENV

- name: 6. Perform release for li-trino-hotfix branch if commit is this branch
# Release job, only for pushes to the main development branch
Expand Down

0 comments on commit 5ecd88b

Please sign in to comment.