fix: update package version
This commit is contained in:
@@ -61,13 +61,6 @@ jobs:
|
|||||||
committer_email: actions@github.com
|
committer_email: actions@github.com
|
||||||
outputs:
|
outputs:
|
||||||
committed: ${{ steps.commit.outputs.committed }}
|
committed: ${{ steps.commit.outputs.committed }}
|
||||||
experiment:
|
|
||||||
needs: format
|
|
||||||
name: experiment
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: test
|
|
||||||
run: echo ${{ needs.format.outputs.committed }}
|
|
||||||
test:
|
test:
|
||||||
needs: format
|
needs: format
|
||||||
if: needs.format.outputs.committed == 'false'
|
if: needs.format.outputs.committed == 'false'
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "onspring-api-sdk",
|
"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.",
|
"description": "A javascript SDK for interacting with version 2 of the Onspring API.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"onspring",
|
"onspring",
|
||||||
|
|||||||
Reference in New Issue
Block a user