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 bd60519 commit 699989dCopy full SHA for 699989d
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
- next
7
- beta
8
- alpha
9
- - "*.x" # maintenance releases
+ - '*.x' # maintenance releases
10
11
jobs:
12
release:
@@ -16,10 +16,10 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: actions/setup-node@v1
18
with:
19
- node-version: "12.x"
+ node-version: '12.x'
20
- run: yarn
21
- run: yarn run build
22
- - run: yarn run semantic-release --dry-run
+ - run: yarn run semantic-release
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments