Skip to content

Commit

Permalink
Yet another step to debug actions/create-release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 15, 2020
1 parent 34ead28 commit 7dedf52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
id: create_release
uses: actions/create-release@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ steps.get-version.outputs.VERSION }}
release_name: v${{ steps.get-version.outputs.VERSION }}
Expand All @@ -93,7 +93,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./zephir.phar
Expand Down

0 comments on commit 7dedf52

Please sign in to comment.