Skip to content

Commit

Permalink
Fix/workflow (#55)
Browse files Browse the repository at this point in the history
* enable auto-merge PR

Signed-off-by: Masaya Kataoka <[email protected]>

* use ${{ steps.create_release.outputs.version}}

Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 authored Dec 31, 2021
1 parent bbd497e commit 6487477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.bloom.outputs.version }}
release_name: Release ${{ steps.bloom.outputs.version }}
tag_name: ${{ steps.create_release.outputs.version}}
release_name: Release ${{ steps.create_release.outputs.version}}
- name: bloom release
if: github.event.label.name == 'bloom'
id: bloom
Expand Down

0 comments on commit 6487477

Please sign in to comment.