Skip to content

Commit 10b867e

Browse files
committed
Update GitHub Actions workflow to target the correct repository for release process
1 parent f2ed940 commit 10b867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write # required for provenance and oidc publish
1515

1616
# prevents this action from running on forks
17-
if: github.repository == 'storybookjs/mcp'
17+
if: github.repository == 'storybookjs/addon-cssresources'
1818

1919
name: Release
2020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)