Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Smith committed Feb 9, 2022
1 parent ec8e1fe commit e49a349
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: make build
- uses: papeloto/action-zip@v1
with:
files: dist/ README.md package.json LICENSE.md
dest: lightstep-grafana-plugin-${{github.ref_name}}.zip
- name: Create zip archive
run: zip -r lightstep-grafana-plugin-${{github.ref_name}}.zip dist/ README.md package.json LICENSE.md
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit e49a349

Please sign in to comment.