Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Nov 16, 2023
1 parent 1dbdff9 commit 8416f7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
result-encoding: string
script: |
const output = `${{ toJSON(steps.covector.outputs) }}`;
const json = JSON.parse(json);
const json = JSON.parse(output);
const id = json["-org-dashed-pkg-releaseId"];
return id
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@org-dashed/pkg",
"version": "0.9.0"
"version": "0.10.0"
}
12 changes: 0 additions & 12 deletions parse-output.js

This file was deleted.

0 comments on commit 8416f7e

Please sign in to comment.