summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/post-release.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml
index 37481aeb..daf1afce 100644
--- a/.github/workflows/post-release.yml
+++ b/.github/workflows/post-release.yml
@@ -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