Skip to content

Commit

Permalink
Merge pull request #32 from kunai-consulting/linear-soc2
Browse files Browse the repository at this point in the history
fix: single line
  • Loading branch information
thejackshelton-kunaico authored Aug 23, 2024
2 parents 8408ed1 + 85be657 commit 932fa88
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ 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
cat release.json >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo "CHANGESET_DATA=$(base64 -w 0 release.json)" >> $GITHUB_ENV
rm release.json
- name: 📣 Create Release Pull Request or Publish to npm
Expand Down

0 comments on commit 932fa88

Please sign in to comment.