Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 699989d

Browse files
feat: first release 🚀
1 parent bd60519 commit 699989d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/release.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- next
77
- beta
88
- alpha
9-
- "*.x" # maintenance releases
9+
- '*.x' # maintenance releases
1010

1111
jobs:
1212
release:
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v1
1818
with:
19-
node-version: "12.x"
19+
node-version: '12.x'
2020
- run: yarn
2121
- run: yarn run build
22-
- run: yarn run semantic-release --dry-run
22+
- run: yarn run semantic-release
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
25+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /