We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c796563 commit 177b8fdCopy full SHA for 177b8fd
1 file changed
.github/workflows/push-release.yml
@@ -74,14 +74,6 @@ jobs:
74
env:
75
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
76
77
- - name: Notify TeamsFx Repo
78
- uses: peter-evans/repository-dispatch@v2
79
- with:
80
- token: ${{ secrets.TEAMSFX_REPO_ACCESS_TOKEN }}
81
- repository: OfficeDev/TeamsFx
82
- event-type: graph-toolkit-released
83
- client-payload: '{"version": "${{ needs.version.outputs.package-version }}"}'
84
-
85
storybook:
86
runs-on: ubuntu-latest
87
0 commit comments