Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tjconcept committed Oct 21, 2024
1 parent 5f5e4ab commit 9009e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Write jsr.json
uses: devops-actions/[email protected]
with:
json: '{"name": "${{ env.GITHUB_ACTION_REPOSITORY }}", "version": "${{steps.read-version.outputs.version}}, "exports": "./main.js""}'
json: '{"name": "${{ env.GITHUB_ACTION_REPOSITORY }}", "version": "${{steps.read-version.outputs.version}}", "exports": "./main.js"}'
filename: "jsr.json"
- name: Publish to JSR
run: deno publish --dry-run

0 comments on commit 9009e0a

Please sign in to comment.