From 188de8dc8594808fe27934ad83aa967141dd683f Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 8 Aug 2023 11:59:06 +0100 Subject: [PATCH] GHA doesn't support ?? --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7c475453..4593e237 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -45,7 +45,7 @@ jobs: - name: Create Tarball env: - TARBALL_VERSION: ${{ github.event.release.tag_name ?? github.sha }} + TARBALL_VERSION: ${{ github.event.release.tag_name || github.sha }} run: | tar --numeric-owner --transform "s/dist/element-call-${TARBALL_VERSION}/" -cvzf element-call-${TARBALL_VERSION}.tar.gz dist