Skip to content

Commit

Permalink
Merge pull request #5 from frontegg/fix_release
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
noa-frontegg authored Jun 13, 2023
2 parents afe7da1 + 55f03a1 commit 9ebf6ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare-frontegg",
"version": "2.9.2",
"version": "1.0.0",
"description": "CloudFlare API client (Frontegg Fork)",
"author": "Terin Stock <[email protected]>",
"bugs": {
Expand Down

0 comments on commit 9ebf6ad

Please sign in to comment.