Skip to content

Commit

Permalink
faraday
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDome committed Feb 14, 2024
1 parent 3ec6e89 commit b8bea2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions semantic-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ runs:
if [ $GITHUB_EVENT_NAME = "push" ] && [ ${GITHUB_REF#refs/*/} = "${{ inputs.dev-branch }}" ] && [ "${{ inputs.dev-branch }}" != "${{ inputs.main-branch }}" ]; then
gem install highline -v 2.1.0
gem install faraday -v 2.8.1
gem install faraday-net_http -v 3.0.2
gem install --no-document git-pr-release
git-pr-release --no-fetch --squashed
Expand Down

0 comments on commit b8bea2a

Please sign in to comment.