Skip to content

Commit

Permalink
Fixup deno publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Oct 7, 2024
1 parent 66de90d commit b52095a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: Publish Deno Client
on:
workflow_run:
workflows: ["Verify", "Release Rust Binary"]
Expand All @@ -9,6 +9,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/clients/deno

permissions:
contents: write
Expand Down

0 comments on commit b52095a

Please sign in to comment.