Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Nov 29, 2023
1 parent 3e376d6 commit b78d1d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
exit 1;
}
if ($branch -ne $expectedPrevBranch -and $branch -ne $expectedProdBranch) {
Write-Host "::error::Releases are only allowed to be run on '$expectedPrevBranch' or '$expectedProdBranch' branches.";
exit 1;
}
# if ($branch -ne $expectedPrevBranch -and $branch -ne $expectedProdBranch) {
# Write-Host "::error::Releases are only allowed to be run on '$expectedPrevBranch' or '$expectedProdBranch' branches.";
# exit 1;
# }
- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit b78d1d5

Please sign in to comment.