Skip to content

Commit

Permalink
edr-0.1.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Oct 20, 2023
1 parent bc122a8 commit 150f0b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/edr-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,10 @@ jobs:
run: |
if git log -1 --pretty=%B | grep "^edr-[0-9]\+\.[0-9]\+\.[0-9]\+";
then
echo "publishing"
echo "{match}={true}" >> "$GITHUB_OUTPUT"
else
echo "not publishing"
echo "{match}={false}" >> "$GITHUB_OUTPUT"
fi
outputs:
Expand Down

0 comments on commit 150f0b4

Please sign in to comment.