Skip to content

Commit

Permalink
feat(github-actions): add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbynum committed May 1, 2022
1 parent e1a77bc commit 9de0741
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Release
if: github.event_name == 'push'
- name: 🚀 Release
uses: cycjimmy/semantic-release-action@v2
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
semantic_version: 18
run: yarn semantic-release
# - name: 🚀 Release
# uses: cycjimmy/semantic-release-action@v2
# id: semantic
# with:
# semantic_version: 18
# extra_plugins: |
# @semantic-release/changelog@6
# @semantic-release/git@10
# conventional-changelog-conventionalcommits@4.6.1
extra_plugins: |
@semantic-release/changelog@6
@semantic-release/git@10
conventional-changelog-conventionalcommits@4.6.1

0 comments on commit 9de0741

Please sign in to comment.