Skip to content

Commit 02029b0

Browse files
authored
chore(release): Turbo repo unable to find GH Actions env vars (#190)
1 parent 21741db commit 02029b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- run: cp ./README.md ./package/README.md
3636
- run: yarn build
3737
- run: yarn release
38+
working-directory: package/
3839
env:
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4041
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package/.releaserc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "https://json.schemastore.org/semantic-release",
3-
"repositoryUrl": "https://github.com/stackbuilders/react-native-spotlight-tour.git",
43
"branches": ["main"],
54
"plugins": [
65
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)