Skip to content

Commit

Permalink
Fix git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
josbroers committed Nov 25, 2022
1 parent 1cfe6dc commit c556d2b
Show file tree
Hide file tree
Showing 4 changed files with 29,431 additions and 29,687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Get tagname
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo name=tag::${GITHUB_REF#refs/*/} >> $GITHUB_OUTPUT
- run: npm ci && npm run make_public

- name: Publish canary
Expand Down

0 comments on commit c556d2b

Please sign in to comment.