Skip to content

Commit

Permalink
amend gh line
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Oct 13, 2023
1 parent 8647773 commit 913a218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ runs:
fi
# Get the version number from the pull request title e.g. 1.33.7
echo "version-number=$(gh pr view $pullRequestID --repo ${{ github.repository }} --json title --jq '.title' | grep grep -E -o '\d+.\d+.\d+' | awk '{print $NF}')" >> $GITHUB_OUTPUT
echo "version-number=$(gh pr view $pullRequestID --repo ${{ github.repository }} --json title --jq '.title' | grep grep -E -o '\d+.\d+.\d+')" >> $GITHUB_OUTPUT

0 comments on commit 913a218

Please sign in to comment.