Skip to content

Commit

Permalink
chore: change to release_created
Browse files Browse the repository at this point in the history
- goreleaser job supposted to be skipped but it is not
  • Loading branch information
sunggun-yu committed Feb 20, 2024
1 parent 186c1d2 commit 999af45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
pull-requests: write
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}
releases_created: ${{ steps.release.outputs.release_created }}
steps:
- id: release
uses: google-github-actions/release-please-action@v4
Expand Down

0 comments on commit 999af45

Please sign in to comment.