From caeaead44ed26aa1ce2f2a33be491e89d43d04c7 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Thu, 4 Jan 2024 18:11:43 +0800 Subject: [PATCH] chore(ci): set test packages as prerelease --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44eca600..5729c87f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: artifacts: "zxing-wasm-${{ steps.commit-id.outputs.id }}.tgz" commit: ${{ github.head_ref || github.ref_name }} tag: "pr-${{ steps.get-pr-number.outputs.number }}-test-package" + prerelease: true allowUpdates: true - name: Get release url id: release-url