Skip to content

Commit

Permalink
chore: maybe fix release script's ability to bypass status checks (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Aug 29, 2022
1 parent 79f4fb9 commit 2359d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: |
git config user.email "denobot@users.noreply.github.com"
git config user.name "denobot"
deno run -A https://raw.githubusercontent.com/denoland/automation/0.14.1/tasks/publish_release.ts --${{github.event.inputs.releaseKind}}
deno run -A https://raw.githubusercontent.com/denoland/automation/0.14.2/tasks/publish_release.ts --${{github.event.inputs.releaseKind}}

0 comments on commit 2359d54

Please sign in to comment.