Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhizer authored Jan 27, 2025
1 parent 32f36b4 commit f0b7f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
echo Once done please follow the instructions found here: /~https://github.com/${{github.repository}}/blob/main/README.md#using-github-actions-release-workflow
if: ${{ env.GRAFANA_API_KEY == '' }}

- name: Sign plugin
run: npm run sign
if: ${{ env.GRAFANA_API_KEY != '' }}
# - name: Sign plugin
# run: npm run sign
# if: ${{ env.GRAFANA_API_KEY != '' }}

- name: Get plugin metadata
id: metadata
Expand Down

0 comments on commit f0b7f2e

Please sign in to comment.