Skip to content

Commit

Permalink
Update release.yaml (#3)
Browse files Browse the repository at this point in the history
- Fixes default branch
- Using correct token
  • Loading branch information
mcaulifn authored Jun 24, 2021
1 parent eb2bf55 commit 8d5b42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main

jobs:
build:
Expand All @@ -17,4 +17,4 @@ jobs:
npm install semantic-release semantic-release/git
npx semantic-release --debug --no-ci
env:
GITHUB_TOKEN: ${{ secrets.EG_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 8d5b42a

Please sign in to comment.