Skip to content

Commit

Permalink
use sha
Browse files Browse the repository at this point in the history
  • Loading branch information
dajinchu committed Jan 17, 2021
1 parent bce1892 commit 3b9112c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.sha }}
release_name: Release ${{ github.sha }}
draft: true
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand All @@ -67,7 +68,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release.zip
asset_name: ${{ github.ref }}.zip
asset_name: release.zip
asset_content_type: application/zip
# deploy:
# needs: build
Expand Down

0 comments on commit 3b9112c

Please sign in to comment.