Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sm/release-automation
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Nov 19, 2024
2 parents de5ba2c + 84a28ff commit 39b57f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ jobs:
git config --global user.name "Zutron Release Bot"
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Turbo Version
shell: bash
run: pnpm turbo-version -b ${{inputs.releaseVersion}}
- name: Turbo Release
shell: bash
run: pnpm turbo-release -t zutron -c pnpm
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm turbo-release -t zutron -c pnpm

0 comments on commit 39b57f1

Please sign in to comment.