Skip to content

Commit ed6170f

Browse files
author
kuzan-ice
committed
Update release.yml
delete release.yml code
1 parent 5678816 commit ed6170f

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1 @@
1-
name: Release
2-
on:
3-
push:
4-
branches:
5-
- main
6-
jobs:
7-
release:
8-
name: Release
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout Repo
12-
uses: actions/checkout@master
13-
with:
14-
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
15-
fetch-depth: 0
161

17-
- name: Setup Node.js 15.x
18-
uses: actions/setup-node@master
19-
with:
20-
node-version: 15.x
21-
22-
- name: Install Dependencies
23-
uses: bahmutov/npm-install@HEAD
24-
with:
25-
install-command: yarn --frozen-lockfile --silent
26-
27-
- name: Create Release Pull Request or Publish to npm
28-
id: changesets
29-
uses: changesets/action@640c4a5d646991720131ef3b6e0e63220de5dddf
30-
with:
31-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
32-
publish: yarn release
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)