Skip to content

Commit

Permalink
Sign plugin in worklfow
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 authored Sep 8, 2022
1 parent c0beca4 commit e6d0a13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: |
mkdir ./go
export GOPATH="${PWD}/go"
./build-env.sh bash -c 'yarn install && yarn build && yarn backend && mage -v && yarn plugin'
./build-env.sh bash -c 'yarn install && yarn build && yarn backend && mage -v && yarn plugin && yarn sign'
env:
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit e6d0a13

Please sign in to comment.