Skip to content

Commit

Permalink
Run release on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Sep 25, 2024
1 parent 08c52ba commit 9a62987
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Release
on:
push:
branches:
# - main
- holding-branch-until-ready
- main

env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down Expand Up @@ -40,7 +39,7 @@ jobs:
- uses: changesets/action@v1
with:
cwd: packages/workflow
title: "Release @latest"
title: 'Release @latest'
publish: pnpm run publish
env:
GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }}
Expand Down

0 comments on commit 9a62987

Please sign in to comment.