Skip to content

Commit

Permalink
Add missing env variable
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 d7b4574 commit c18ac52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
- name: Create Release
id: release-create
if: ${{ steps.release-prepare.outcome == 'success' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create \
-t "${{ github.event.inputs.zowe-version }}" \
Expand Down

0 comments on commit c18ac52

Please sign in to comment.