Skip to content

Commit

Permalink
Removed wrong quotes in semver check
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Oct 10, 2023
1 parent 5b4f042 commit 2c62c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
exit 1
fi
echo "pushed_version=\"$PUSHED_VERSION\"" >> "$GITHUB_ENV"
echo "latest_released_version=\"$LATEST_RELEASED_VERSION\"" >> "$GITHUB_ENV"
echo "pushed_version=$PUSHED_VERSION" >> "$GITHUB_ENV"
echo "latest_released_version=$LATEST_RELEASED_VERSION" >> "$GITHUB_ENV"
- uses: jackbilestech/[email protected]
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 2c62c42

Please sign in to comment.