Skip to content

Commit eaa32ef

Browse files
committed
remove faulty workflow action
1 parent 6cdba0e commit eaa32ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
run: yarn install
3737
- run: yarn build
3838
- run: yarn workspaces foreach -t version ${{ github.event.inputs.version }}
39-
- uses: mikepenz/release-changelog-builder-action@v3
40-
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4239
- id: git-release
4340
name: Perform Git release
4441
run: |

0 commit comments

Comments
 (0)