Skip to content

Commit

Permalink
chore: better name for release step (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 5, 2023
1 parent 4d591b3 commit 197cdf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Expand Up @@ -21,11 +21,11 @@ jobs:
release-please:
runs-on: ubuntu-latest
outputs:
releases_created: ${{ steps.release-please.outputs.releases_created }}
release_tag: ${{ steps.release-please.outputs.tag_name }}
releases_created: ${{ steps.release.outputs.releases_created }}
release_tag: ${{ steps.release.outputs.tag_name }}
steps:
- uses: google-github-actions/release-please-action@v3
id: release-please
id: release
with:
package-name: btlr
release-type: simple
Expand Down

0 comments on commit 197cdf0

Please sign in to comment.