Skip to content

Commit

Permalink
Merge branch 'main' into feat-jsx-options
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Feb 8, 2024
2 parents 43a011f + f8eb29e commit 89a080a
Show file tree
Hide file tree
Showing 24 changed files with 2,098 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Get tag version
if: contains(matrix.os, 'ubuntu') && startsWith(github.ref, 'refs/tags/')
id: get_tag_version
run: echo ::set-output name=TAG_VERSION::${GITHUB_REF/refs\/tags\//}
run: echo TAG_VERSION=${GITHUB_REF/refs\/tags\//} >> "$GITHUB_OUTPUT"

- name: Publish deno.land/x
uses: denoland/publish-folder@82ce065074e7174baf444332c4b7c40869a4909a
Expand Down
Loading

0 comments on commit 89a080a

Please sign in to comment.