Skip to content

Commit

Permalink
test (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Nov 16, 2021
1 parent 8294dfc commit 4a5d1bd
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 @@ -34,12 +34,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set tag
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}"
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test
run: |
echo ${{ github.ref_name }}
echo $RELEASE_VERSION
echo ${{ env.RELEASE_VERSION }}
#build_and_upload_linux:
# name: Build and Upload (linux only)
Expand Down

0 comments on commit 4a5d1bd

Please sign in to comment.