From f889ffaec7b3e5547ad731cf966ed74f86af7eb9 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 12:51:16 -0600 Subject: [PATCH] fix: update package version --- .github/workflows/lint_test_format.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index 0f16e4c..8fb7d69 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -33,7 +33,7 @@ jobs: committer_name: GitHub Actions committer_email: actions@github.com outputs: - committed: ${{ steps.commit.committed }} + committed: ${{ steps.commit.outputs.committed }} test: needs: lint if: ${{ needs.lint.outputs.committed == false }} diff --git a/package.json b/package.json index d397674..378a2a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onspring-api-sdk", - "version": "0.0.1", + "version": "0.0.2", "description": "A javascript SDK for interacting with version 2 of the Onspring API.", "keywords": [ "onspring",