Skip to content

Commit

Permalink
Ruby publish - remove slash
Browse files Browse the repository at this point in the history
Fix Ruby GHA
  • Loading branch information
fallwith committed May 7, 2024
1 parent a0836f5 commit dcb2ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: make publish-ruby${{ steps.ruby-version-without-dot.outputs.VERSION }/\./}-ci
run: make publish-ruby${{ steps.ruby-version-without-dot.outputs.VERSION }}-ci

0 comments on commit dcb2ff1

Please sign in to comment.