Skip to content

Commit 54876b1

Browse files
committed
ci: Fix duplicate if statement
1 parent 85c1dc4 commit 54876b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,8 @@ jobs:
119119
retention-days: 5
120120

121121
- name: Sign plugin
122-
if: steps.release.outputs.release_created
123122
run: npm run sign
124-
if: ${{ env.GRAFANA_ACCESS_POLICY_TOKEN != '' }} && steps.release.outputs.release_created
123+
if: env.GRAFANA_ACCESS_POLICY_TOKEN != '' && steps.release.outputs.release_created
125124

126125
- name: Get plugin metadata
127126
if: steps.release.outputs.release_created

0 commit comments

Comments
 (0)