Skip to content

Commit

Permalink
WIP: mod: .github/workflows/release-action.yml (main)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jun 25, 2024
1 parent c82e33c commit 0fd7c69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
needs: build
runs-on: ubuntu-latest
env:
repository: 'CrossStream/crossstream-wip'
repository: ${{ github.event.repository.name }}-wip
GH_TOKEN: ${{ secrets.ZWAVE_PERSONAL_ACCESS_TOKEN }}
steps:
- id: release
run: >
gh release create --prerelease
${{ steps.log.outputs.tag }}
${{ github.event.repository.name }}.txt
-R ${{ env.repository }}

0 comments on commit 0fd7c69

Please sign in to comment.