Skip to content

Commit

Permalink
fix: Release id typo (#373)
Browse files Browse the repository at this point in the history
* make e2e reuse build image workflow

* remove nounset

* fix script path

* fix draft_release id
  • Loading branch information
ruanxin authored Sep 9, 2024
1 parent a5508d7 commit 50cbfe2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
validate-release:
name: Validate release
runs-on: ubuntu-latest
outputs:
current_release_tag: ${{ steps.get_current_release_tag.outputs.current_release_tag }}
last_release_tag: ${{ steps.get_last_release_tag.outputs.last_release_tag }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +55,7 @@ jobs:
git tag ${{ github.event.inputs.name }}
git push origin ${{ github.event.inputs.name }} --tags
outputs:
release_id: ${{ steps.draft_release.outputs.release_id }}
release_id: ${{ steps.draft-release.outputs.release_id }}
builds:
needs: draft-release
uses: ./.github/workflows/build-image.yml
Expand Down

0 comments on commit 50cbfe2

Please sign in to comment.