Skip to content

Commit

Permalink
fix: owners name in release job (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Oct 25, 2023
1 parent ca3815d commit d1095db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/call-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Release



on:
push:
tags:
Expand Down Expand Up @@ -67,5 +65,5 @@ jobs:
draft: true
generateReleaseNotes: true
token: ${{ github.token }}
owner: hxtee
owner: hxtree
repo: cats-cradle

0 comments on commit d1095db

Please sign in to comment.