Skip to content

Commit 5e671ff

Browse files
committed
ci: add more permissions
1 parent 52f160b commit 5e671ff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release please
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
release-please:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Run Release Please
13+
uses: google-github-actions/release-please-action@v3
14+
id: release
15+
with:
16+
release-type: node
17+
package-name: react-alternating-timeline

0 commit comments

Comments
 (0)