Skip to content

Commit

Permalink
Merge pull request #35 from trinhthinh388/chore/fix-release-flow
Browse files Browse the repository at this point in the history
ci: fix release flow
  • Loading branch information
trinhthinh388 authored Jan 28, 2024
2 parents 117a7ba + 00880da commit a7db39c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
"linked": [],
"access": "public",
"updateInternalDependencies": "patch",
"ignore": [
"@react-awesome/docs",
"@react-awesome/tsconfig",
"@react-awesome/eslint"
]
"ignore": ["@react-awesome/docs"]
}
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing Release to Master
needs: ['release']
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
Expand All @@ -60,7 +61,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 18.17.x
node-version: 12

- name: Opening pull request
id: pull
Expand Down

0 comments on commit a7db39c

Please sign in to comment.