Skip to content

Commit

Permalink
Adjusting Quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 5, 2023
1 parent f451358 commit 9986a67
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 @@ -19,8 +19,8 @@ jobs:
echo "PLUGIN_RELEASE=$(gh release list -R gigabitcoin/template-plugin -L 1)"
echo "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
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print Variables
Expand Down

0 comments on commit 9986a67

Please sign in to comment.