From 5b1801442374816411ed63d0a4315201db5dc762 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Tue, 26 Dec 2023 18:39:45 +0800 Subject: [PATCH] chore(ci): fix release tag --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9c26093b..05ccc4485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: with: artifacts: "zxing-wasm-${{ steps.commit-id.outputs.id }}.tgz" commit: ${{ github.head_ref || github.ref_name }} - tag: ${{ steps.commit-id.outputs.id }} + tag: "pr-${{ steps.get-pr-number.outputs.number }}-test-package" allowUpdates: true - name: Get release url id: release-url