From 1f11b05a1a56480ff93d0e55820d197395b03e68 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:21:29 -0600 Subject: [PATCH] fix: update package version --- .github/workflows/lint_test_format.yaml | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 8fa64db..553f5ba 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -61,13 +61,6 @@ jobs: committer_email: actions@github.com outputs: committed: ${{ steps.commit.outputs.committed }} - experiment: - needs: format - name: experiment - runs-on: ubuntu-latest - steps: - - name: test - run: echo ${{ needs.format.outputs.committed }} test: needs: format if: needs.format.outputs.committed == 'false' diff --git a/package.json b/package.json index 378a2a5..d397674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onspring-api-sdk", - "version": "0.0.2", + "version": "0.0.1", "description": "A javascript SDK for interacting with version 2 of the Onspring API.", "keywords": [ "onspring",