We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdba0e commit eaa32efCopy full SHA for eaa32ef
.github/workflows/release.yml
@@ -36,9 +36,6 @@ jobs:
36
run: yarn install
37
- run: yarn build
38
- 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 }}
42
- id: git-release
43
name: Perform Git release
44
run: |
0 commit comments