Skip to content

Commit

Permalink
fix typo (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas authored Dec 20, 2023
1 parent b2c3eef commit ab16b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-check-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
GITHUB_REF="${{ inputs.ref }}"
TAG=${GITHUB_REF##*/}
VERSION=$(echo "$TAG" | grep -woP "([0-9]+\.[0-9]+\.[0-9]+)-\w+" | sed -E 's/-(sdk|subgraph|contracts)//')
PACKAGE=$(echo "$TAG" | | grep -oP -- "-.*" | sed -E "s/-//")
PACKAGE=$(echo "$TAG" | grep -oP -- "-.*" | sed -E "s/-//")
echo "package=$PACKAGE" >> $GITHUB_OUTPUT
echo "version=$VERSION" >> $GITHUB_OUTPUT

0 comments on commit ab16b7e

Please sign in to comment.