Skip to content

Commit

Permalink
Merge pull request #2 from perst-one/develop
Browse files Browse the repository at this point in the history
fix workflows
  • Loading branch information
yktakaha4 authored Jun 23, 2020
2 parents 310eafd + cebe898 commit 8006091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

jobs:
deploy:
name: Deploy
release:
name: Release
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ env.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/plugin.zip
asset_name: ${{ github.event.repository.name }}
tag: ${{ github.ref }}
Expand Down

0 comments on commit 8006091

Please sign in to comment.