Skip to content

Commit

Permalink
Merge pull request #89 from kunai-consulting/fix-soc2
Browse files Browse the repository at this point in the history
fix: soc2 automation
  • Loading branch information
thejackshelton-kunaico authored Jan 8, 2025
2 parents 5d3f608 + 4806309 commit 6fe7148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
title: "Release QDS v${{ env.NEW_VERSION }}"
title: "Release QDS - v${{ env.NEW_VERSION }}"
publish: pnpm publish:packages
version: pnpm version:packages
commit: "feat: Release QDS v${{ env.NEW_VERSION }}"
commit: "feat: Release QDS - v${{ env.NEW_VERSION }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -86,7 +86,8 @@ jobs:
if: steps.changesets.outputs.pullRequestNumber
env:
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}
PR_TITLE: "Release QDS v${{ env.NEW_VERSION }}"
PR_TITLE: "Release QDS - v${{ env.NEW_VERSION }}"
CHANGESET_DATA: ${{ steps.generate-changeset.outputs.changeset_data }}
PR_NUMBER: ${{ steps.changesets.outputs.pullRequestNumber }}
run: pnpm vite-node .github/scripts/update-linear.ts

0 comments on commit 6fe7148

Please sign in to comment.