Skip to content

Commit

Permalink
Clean up release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
okpedersen committed Jun 23, 2021
1 parent d336f6c commit 83ef232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
draft: false
prerelease: false
release_name: Frontend release ${{ github.sha }}
tag_name: frontend-${{ github.job_id }}-${{ github.sha }}
tag_name: frontend-${{ github.job }}-${{ github.sha }}
body: Frontend release
env:
GITHUB_TOKEN: ${{ github.token }}

- name: upload linux artifact
- name: Upload frontend artifact
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: frontend/release.zip
asset_name: release.zip
asset_name: iac-workshop-frontend.zip
asset_content_type: application/zip

0 comments on commit 83ef232

Please sign in to comment.