Skip to content

Commit

Permalink
Extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Dec 5, 2024
1 parent 8b71d9d commit 748e32c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pack-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
prerelease:
type: boolean


jobs:
parse:
runs-on: ubuntu-22.04
Expand All @@ -30,7 +29,6 @@ jobs:
// 0 /1 /2 /3 /4
const refParts = ref.split('/');
if (refParts.length < 4) {
core.setFailed(`Not at least 4 parts split by forward slash: ${ref}`);
return;
Expand Down

0 comments on commit 748e32c

Please sign in to comment.