Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Feb 2, 2024
1 parent 720ab08 commit d7b4574
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,10 @@ jobs:
- name: Create Release
id: release-create
if: ${{ steps.release-prepare.outcome == 'success' }}
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: false
prerelease: false
name: ${{ github.event.inputs.zowe-version }}
tag: ${{ github.event.inputs.zowe-version }}
body: |
Zowe CLI Web-Help for Zowe Release ${{ github.event.inputs.zowe-version }}
artifacts: "release/zowe-${{ github.event.inputs.zowe-version }}.pdf,release/zowe-${{ github.event.inputs.zowe-version }}-WebHelp.zip"
run: |
gh release create \
-t "${{ github.event.inputs.zowe-version }}" \
-n "Zowe CLI Web-Help for Zowe Release ${{ github.event.inputs.zowe-version }}" \
${{ github.event.inputs.zowe-version }} \
release/zowe-${{ github.event.inputs.zowe-version }}.pdf \
release/zowe-${{ github.event.inputs.zowe-version }}-WebHelp.zip

0 comments on commit d7b4574

Please sign in to comment.