Skip to content

Commit 699989d

Browse files
committed
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

+4-4
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)