Skip to content

Commit

Permalink
Update workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
pijng committed Jun 11, 2024
1 parent f3ab016 commit 8c1e89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate and Publish Ruby Client
name: Build Ruby SDK

on:
repository_dispatch:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: 'adopt'
java-version: '11'

- name: Generate Ruby Client
- name: Build Ruby SdK
run: |
java -jar swagger-codegen-cli.jar generate -i swagger.yaml -l ruby -o moonlogs-ruby --additional-properties gemName=moonlogs-ruby gemVersion=${{ github.event.client_payload.tag_version }}
rm swagger-codegen-cli.jar
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Generate and Publish Ruby Client](https://github.com/pijng/moonlogs-ruby/actions/workflows/release.yml/badge.svg)](https://github.com/pijng/moonlogs-ruby/actions/workflows/release.yml)
[![Build Ruby SDK](https://github.com/pijng/moonlogs-ruby/actions/workflows/release.yml/badge.svg)](https://github.com/pijng/moonlogs-ruby/actions/workflows/release.yml)


# moonlogs-ruby client
Expand Down

0 comments on commit 8c1e89a

Please sign in to comment.