Skip to content

Commit

Permalink
Fix semantic realese workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Sep 12, 2020
1 parent c146b5f commit 95fbb80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.email "semantic-release@GitHub"
- name: Publish with semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
DEBUG='*' semantic-release publish
# Pack the ha-beward dir as a zip and upload to the release
Expand All @@ -44,9 +44,9 @@ jobs:
run: |
sleep 5
- name: Upload zip to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GH_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /home/runner/work/ha-beward/ha-beward/custom_components/beward/beward.zip
asset_name: beward.zip
tag: ${{ env.release_version }}
Expand Down

0 comments on commit 95fbb80

Please sign in to comment.