Skip to content

Commit

Permalink
ci: fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Jan 11, 2020
1 parent 83483f0 commit f28f7af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Node CI
name: Publish To Npm

on:
push:
branches:
- master

jobs:
build:
publish:
runs-on: ubuntu-latest

steps:
Expand All @@ -33,3 +33,4 @@ jobs:
yarn semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f28f7af

Please sign in to comment.