Skip to content

Commit

Permalink
fix: 🐛 test release
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Oct 27, 2020
1 parent 8e663f2 commit 6d58133
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm install @octokit/core
- name: Generate token
uses: bubkoo/use-app-token@v1
id: generate_token
Expand All @@ -27,9 +26,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
extra_plugins: |
@semantic-release/changelog
@semantic-release/git

# - name: Publish To GitHub Package Registry
# if: steps.semantic.outputs.new_release_published == 'true'
Expand Down

0 comments on commit 6d58133

Please sign in to comment.