chore(workflows): Temporarily disable automated releases
This commit is contained in:
committed by
GitHub
parent
284f1eed9a
commit
440110493e
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -36,11 +36,11 @@ jobs:
|
||||
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
with:
|
||||
version: yarn version
|
||||
publish: yarn release
|
||||
commit: "chore: Release"
|
||||
title: "chore: Release"
|
||||
createGithubReleases: false
|
||||
# with:
|
||||
# version: yarn version
|
||||
# publish: yarn release
|
||||
# commit: "chore: Release"
|
||||
# title: "chore: Release"
|
||||
# createGithubReleases: false
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user