Skip to content

Commit

Permalink
fix: Release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
  • Loading branch information
danielpacak committed Dec 8, 2020
1 parent ee9bc31 commit cc52d57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: aquasecurity-starboard-lens-extension-${{ github.ref }}.tgz
asset_name: starboard-lens-extension-${{ github.ref }}.tgz
asset_path: aquasecurity-starboard-lens-extension-${{ github.event.release.tag_name }}.tgz
asset_name: starboard-lens-extension-${{ github.event.release.tag_name }}.tgz
asset_content_type: application/octet-stream
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aquasecurity/starboard-lens-extension",
"publisher": "aquasecurity.github.io",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "Lens extension for viewing Starboard security information",
"homepage": "https://github.com/aquasecurity/starboard-lens-extension",
"repository": {
Expand Down

0 comments on commit cc52d57

Please sign in to comment.