Skip to content

Commit 85c1dc4

Browse files
committed
ci: Fix replace with non deprecated version of release please
1 parent 21ef2a1 commit 85c1dc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
env:
1515
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
1616
steps:
17-
- uses: google-github-actions/release-please-action@v4
17+
- uses: googleapis/release-please-action@v4
1818
id: release
1919
with:
2020
release-type: node
@@ -119,6 +119,7 @@ jobs:
119119
retention-days: 5
120120

121121
- name: Sign plugin
122+
if: steps.release.outputs.release_created
122123
run: npm run sign
123124
if: ${{ env.GRAFANA_ACCESS_POLICY_TOKEN != '' }} && steps.release.outputs.release_created
124125

0 commit comments

Comments
 (0)