Skip to content

Commit

Permalink
realease: build on 1.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 2, 2020
1 parent 1aa304f commit 1fc9cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- v1.x
- 1.x

jobs:
release:
Expand All @@ -15,7 +15,7 @@ jobs:
node-version: "12.x"
- run: npm ci
- run: npm run build
- run: npx semantic-release --debug
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1fc9cd0

Please sign in to comment.