Skip to content

Commit

Permalink
chore: Update Fern action name
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter authored Aug 21, 2024
1 parent 5111ae0 commit c67573e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-sdk.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Go SDK
name: Generate Go SDK

on:
workflow_dispatch:
Expand All @@ -25,4 +25,4 @@ jobs:
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
fern generate --group go-sdk --version ${{ inputs.version }} --log-level debug
fern generate --group go-sdk --version ${{ inputs.version }} --log-level debug

0 comments on commit c67573e

Please sign in to comment.