Skip to content

Commit

Permalink
ACTIONS-UPGRADE Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Jan 30, 2024
1 parent 8c7fdb9 commit 76dca51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ steps:
# runs: echo "Created ${{ steps.version.outputs.version }}"
- if: steps.daily-version.outputs.created
name: Create release
env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release create "${{ steps.daily-version.outputs.version }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
gh release create "${{ steps.daily-version.outputs.version }}"

Build-and-upload-artifacts:
needs: Version
Expand Down

0 comments on commit 76dca51

Please sign in to comment.