summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-package.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-and-package.yaml')
-rw-r--r--.github/workflows/build-and-package.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-package.yaml b/.github/workflows/build-and-package.yaml
index 3368220..37add71 100644
--- a/.github/workflows/build-and-package.yaml
+++ b/.github/workflows/build-and-package.yaml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2
- id: vars
run: |
- set -e -x
+ set -x -e
echo "github event ref is ${{ github.ref }}"