summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2022-01-14 12:34:48 +0200
committerHarel Ben-Attia <harelba@gmail.com>2022-01-14 12:34:48 +0200
commite8c44caa1e6f665a2921698ee885867b4a32db3a (patch)
tree4d9c7fcb4c40e64d0a6b2aae696bfc08ac22cfaf
parenta1ca3bc27b16948e49b87298ee6ac70b219b6e8c (diff)
the worst 3
-rw-r--r--.github/workflows/build-and-package.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml
index 8e1a922..ad7193f 100644
--- a/.github/workflows/build-and-package.yaml
+++ b/.github/workflows/build-and-package.yaml
@@ -23,10 +23,10 @@ jobs:
run: |
set -e -x
- #echo ::set-ouptut name=q_version::${GITHUB_REF#refs/*/}
+ #echo ::set-output name=q_version::${GITHUB_REF#refs/*/}
# For testing version propagation inside the PR
- echo ::set-ouptut name=q_version::0.0.0
+ echo ::set-output name=q_version::0.0.0
outputs:
q_version: ${{ steps.vars.q_version }}