Skip to content

Commit

Permalink
fix(ci): fixes release script
Browse files Browse the repository at this point in the history
Merge error caused two names to be in the file, one removed
  • Loading branch information
stuarthendren committed Jul 20, 2021
1 parent fe04830 commit cd5f52f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: release

name: build

on:
push:
branches:
Expand Down Expand Up @@ -55,6 +53,7 @@ jobs:

- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
Expand Down

0 comments on commit cd5f52f

Please sign in to comment.