Skip to content

Commit

Permalink
Forgot to actually build the gem
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Aug 10, 2023
1 parent 09538fe commit 7222aff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Set Gem version
run: |
sed -i 's/0.0.0/${{ steps.normalise_version.outputs.version }}/g' logstash-output-dogstatsd.gemspec
- name: Build Ruby Gem
run: |
gem build logstash-output-dogstatsd.gemspec
- name: Get latest release from API
id: get_upload_url
Expand Down

0 comments on commit 7222aff

Please sign in to comment.