Skip to content

Commit

Permalink
fix: release package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydw committed Aug 21, 2021
1 parent bc1ff17 commit d225edd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Expand Up @@ -12,7 +12,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: python
package-name: test-release-please
- if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v2
- if: ${{ steps.release.outputs.release_created }}
Expand Down Expand Up @@ -73,4 +72,4 @@ jobs:
push: true
tags: grow/base:${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
labels: ${{ steps.meta.outputs.labels }}
build-args: grow_version=${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
build-args: grow_version=${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}

0 comments on commit d225edd

Please sign in to comment.