mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
ci: fix winget action
This commit is contained in:
parent
a3ae8e08a2
commit
9fa5f3c4e9
1 changed files with 7 additions and 0 deletions
7
.github/workflows/post-release.yml
vendored
7
.github/workflows/post-release.yml
vendored
|
@ -90,6 +90,13 @@ jobs:
|
|||
winget:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Set env
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Test env
|
||||
run: |
|
||||
echo $RELEASE_VERSION
|
||||
|
||||
- name: Make sure you're not on master/main/nightly...
|
||||
run: |
|
||||
if [[ $RELEASE_VERSION == "master" || $RELEASE_VERSION == "main" || $RELEASE_VERSION == "nightly" ]]; then
|
||||
|
|
Loading…
Reference in a new issue