Skip to content

Commit

Permalink
passing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Jan 7, 2024
1 parent f67bb9e commit fe91231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

- name: Get package version
run: |
echo $(poetry search port-ocean)
version=$(poetry search port-ocean | grep port-ocean | sed 's/.*(\(.*\))/\1/')
pr_name="Release ${version}"
branch_name="release-${version}"
Expand Down

0 comments on commit fe91231

Please sign in to comment.