Skip to content

Commit e43db0c

Browse files
authored
ci: Fix auto-release (#1077)
1 parent 049b10f commit e43db0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
- name: Install dependencies
3939
run: npm ci
4040
- name: Run semantic-release for dart package
41+
run: npx --prefix ${{ github.workspace }} semantic-release
4142
working-directory: packages/dart
42-
run: npx semantic-release
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
4545
PKG_NAME: dart
4646
- name: Run semantic-release for flutter package
47+
run: npx --prefix ${{ github.workspace }} semantic-release
4748
working-directory: packages/flutter
48-
run: npx semantic-release
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
5151
PKG_NAME: flutter

0 commit comments

Comments
 (0)