Skip to content

Commit

Permalink
echo in bump all
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 6, 2023
1 parent a48c7d2 commit 9dbf324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/apply-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
echo "Branch Name: $branch_name"
echo "PR Name: $pr_name"
git checkout -b $branch_name
echo "VERSION=$(version)" >> $GITHUB_OUTPUT
echo "BRANCH_NAME=$(branch_name)" >> $GITHUB_OUTPUT
echo "PR_NAME=$(pr_name)" >> $GITHUB_OUTPUT
echo "VERSION=$version" >> $GITHUB_OUTPUT
echo "BRANCH_NAME=$branch_name" >> $GITHUB_OUTPUT
echo "PR_NAME=$pr_name" >> $GITHUB_OUTPUT
- name: Apply changes
run: |
Expand Down

0 comments on commit 9dbf324

Please sign in to comment.