Skip to content

Commit

Permalink
KKERTI prerelease test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkerti committed Aug 3, 2023
1 parent ac4df0e commit 996406f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/nightly-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
shell: bash
run: |
echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo "${{ env.BRANCH_NAME }}"
echo "RELEASE_CHANNEL=alpha" >> $GITHUB_ENV
Expand Down Expand Up @@ -59,16 +60,16 @@ jobs:
name: ${{ matrix.os }}-nightly
path: build/*.*

# - name: Release
# uses: softprops/action-gh-release@v1
# with:
# tag_name: ${{ env.RELEASE_VERSION }}
# name: Release ${{ env.RELEASE_VERSION }}
# files: build/*.*
# draft: false
# prerelease: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ env.RELEASE_VERSION }}
name: Release ${{ env.RELEASE_VERSION }}
files: build/*.*
draft: false
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

linux-unit-test:
name: Linux Unit Test
Expand Down

0 comments on commit 996406f

Please sign in to comment.