Skip to content

Commit

Permalink
No echo
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 5, 2023
1 parent 9986a67 commit 70a140b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
run: |
SEMANTIC_VERSIONING_REGEX="(v[0-9]+\.[0-9]+\.[0-9]+)|(0\.[0-9]+\.[0-9]+)"
echo "PLUGIN_RELEASE=$(gh release list -R gigabitcoin/template-plugin -L 1)"
echo "BINARY_RELEASE=$(gh release list -R evilmartians/lefthook -L 1)"
PLUGIN_RELEASE=$(gh release list -R gigabitcoin/template-plugin -L 1)
BINARY_RELEASE=$(gh release list -R evilmartians/lefthook -L 1)
echo "PLUGIN_VERSION=$(echo $PLUGIN_RELEASE | grep -oE $SEMANTIC_VERSIONING_REGEX | head -n1)" >> $GITHUB_ENV
echo "BINARY_VERSION=$(echo $BINARY_RELEASE | grep -oE $SEMANTIC_VERSIONING_REGEX | head -n1)" >> $GITHUB_ENV
Expand Down

0 comments on commit 70a140b

Please sign in to comment.