Skip to content

Commit

Permalink
chore: remove path config in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 24, 2024
1 parent 6ddffd7 commit 7635173
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-ts-codegenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
paths:
- "packages/ts-generator/**"

jobs:
release:
Expand All @@ -28,8 +26,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
# This expects your changesets to be in the root packages/ts-generator/.changeset
cwd: ./packages/ts-generator
# The package is now at the root level, so we don't need to specify a subdirectory
publish: bun run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7635173

Please sign in to comment.