From 4e9a77954a1d229c2f5c38572f9b0f0c9abd53f4 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 14 Dec 2023 17:30:52 +0200 Subject: [PATCH] aweq --- .github/workflows/covector-version-or-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index fbd50e2..a2d8a60 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -39,4 +39,4 @@ jobs: with: event-type: publish-pkg client-payload: >- - "{"releaseId": "${{ steps.covector.outputs['-org-dashed-releaseId'] }}" }" + "{\"releaseId\": \"${{ steps.covector.outputs['-org-dashed-pkg-releaseId'] }}\" }" diff --git a/package.json b/package.json index 922c0db..798d9b8 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "@org-dashed/pkg", - "version": "0.20.0" + "version": "0.21.0" }