Skip to content

Commit

Permalink
12
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Dec 1, 2023
1 parent 01e61b3 commit fed9595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,5 @@ jobs:
command: "publish"
createRelease: true

- uses: actions/github-script@v6
id: set-result
with:
result-encoding: string
script: |
const output = `${{ toJSON(steps.covector.outputs) }}`;
const [_, id] = /"-org-dashed-pkg-releaseId": "([0-9]+)"/g.exec(output);
return id;
- name: Get result
run: echo "${{steps.set-result.outputs.result}}"
run: echo "${{steps.covector.outputs['-org-dashed-pkg-releaseId']}}"
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.11.0"
"version": "0.12.0"
}

0 comments on commit fed9595

Please sign in to comment.