Skip to content

Commit

Permalink
fix: git tag creation (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed May 18, 2022
1 parent 410ae25 commit a7aa33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
ref: `refs/tags/${{ steps.bump.outputs.version }}-javascript-${{ matrix.package }}`,
sha: ${{ steps.commit.outputs.commitid }}
sha: "${{ steps.commit.outputs.commitid }}"
})
2 changes: 1 addition & 1 deletion javascript/modules/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aragon/sdk-client",
"author": "Aragon Association",
"version": "0.0.11-alpha",
"version": "0.0.9-alpha",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/sdk-client.esm.js",
Expand Down

0 comments on commit a7aa33c

Please sign in to comment.