Skip to content

Commit

Permalink
Merge pull request #31 from kunai-consulting/linear-soc2
Browse files Browse the repository at this point in the history
fix: multi-line env
  • Loading branch information
thejackshelton-kunaico authored Aug 23, 2024
2 parents 3764555 + 315484e commit 8408ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
run: |
pnpm changeset status --output=release.json
echo "NEW_VERSION=$(jq -r '.releases[0].newVersion' release.json)" >> $GITHUB_ENV
echo "CHANGESET_DATA<<EOF" >> $GITHUB_ENV
echo 'CHANGESET_DATA<<EOF' >> $GITHUB_ENV
cat release.json >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
rm release.json
- name: 📣 Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit 8408ed1

Please sign in to comment.