Skip to content

Commit

Permalink
Merge pull request #52 from zowe/update-release-action
Browse files Browse the repository at this point in the history
Update release script
  • Loading branch information
awharn authored Feb 5, 2024
2 parents 720ab08 + c18ac52 commit 77e25c3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,12 @@ 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 77e25c3

Please sign in to comment.