Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Himani1519 <[email protected]>
  • Loading branch information
Himani1519 committed Sep 6, 2023
1 parent 41ecc3d commit cfc74db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ jobs:
GH_TOKEN: ${{ github.token }}
# download default by filtering for the latest successful build output by the v2.x/main branch
run: gh run download $(gh run list -w "Build zen" --json databaseId,headBranch,conclusion -q 'map(select(.headBranch == "v2.x/main")) | map(select(.conclusion == "success")) | .[0].databaseId')
- name: '[Download] Input'
if: ${{ inputs.RUN_ID }}
env:
GH_TOKEN: ${{ github.token }}
run: gh run download ${{ inputs.RUN_ID }}
- name: '[Archive] zip download'
run: zip -r zen.zip zen
- name: '[Create tag]'
id: tag_version
uses: mathieudutour/[email protected]
Expand All @@ -62,5 +55,3 @@ jobs:
draft: true
prerelease: false
token: ${{ github.token }}
#body_path: CHANGELOG.md
files: zen.zip

0 comments on commit cfc74db

Please sign in to comment.