Skip to content

Commit

Permalink
draft release for run
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Mar 6, 2024
1 parent 856631c commit ee0ad03
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ env:
releaseName: ${{ github.run_number }}-dev

jobs:
draft_release:
- name: create release
id: create_release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: v${{ env.releaseName }}
draft: true
prerelease: true
build_linux:
if: false
runs-on: ubuntu-latest
steps:
- name: checkout cables_dev
Expand Down Expand Up @@ -56,6 +66,7 @@ jobs:
BUILD_VERSION: ${{ github.run_number }}-dev
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build_win:
if: false
runs-on: windows-latest
steps:
- name: checkout cables_dev
Expand Down Expand Up @@ -102,6 +113,7 @@ jobs:
BUILD_VERSION: ${{ github.run_number }}-dev
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build_mac:
if: false
runs-on: macos-14
steps:
- name: checkout cables_dev
Expand Down

0 comments on commit ee0ad03

Please sign in to comment.