From 55f03a1d9a2af87c072b3cc2984d7c308799f9e6 Mon Sep 17 00:00:00 2001 From: Noa Goldshmid Date: Tue, 13 Jun 2023 12:15:40 +0200 Subject: [PATCH] Fix release --- .github/workflows/publish.yml | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3f743b2..258ef28 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,8 +23,6 @@ jobs: node-version: 18 - name: Set Current Version id: set_current_version - if: startsWith(github.event.pull_request.title, 'v') - shell: bash -ex {0} run: | CURRENT_VERSION=$(node -p 'require("./package.json").version') echo "::set-output name=CURRENT_VERSION::${CURRENT_VERSION}" diff --git a/package.json b/package.json index 3f7e1fe..d742f6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare-frontegg", - "version": "2.9.2", + "version": "1.0.0", "description": "CloudFlare API client (Frontegg Fork)", "author": "Terin Stock ", "bugs": {