1 parent ce4fc3c commit d32b6edCopy full SHA for d32b6ed
1 file changed
.github/workflows/release-please.yml
@@ -1,5 +1,4 @@
1
-name: release-please
2
-
+name: Release Please
3
on:
4
push:
5
branches:
@@ -11,9 +10,11 @@ permissions:
11
10
12
jobs:
13
release-please:
+ if: github.repository == 'imagekit-developer/imagekit-javascript'
14
runs-on: ubuntu-latest
15
+
16
steps:
- - uses: googleapis/release-please-action@v4
17
+ - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
18
+ id: release
19
with:
- config-file: release-please-config.json
- manifest-file: .release-please-manifest.json
20
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
0 commit comments