Skip to content

Commit

Permalink
updating release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshNaidu committed Jul 12, 2021
1 parent 8c80f0e commit f79ca68
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 @@ -44,7 +44,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Upload Artifact to Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./simple_sql_parser_${{ matrix.target.os }}_${{ matrix.target.arch }}.zip
Expand Down

0 comments on commit f79ca68

Please sign in to comment.