There was an error while loading. Please reload this page.
1 parent 1b075ef commit bd919baCopy full SHA for bd919ba
1 file changed
.github/workflows/release-please.yml
@@ -0,0 +1,20 @@
1
+name: Release Please
2
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
11
+jobs:
12
+ release-please:
13
+ if: github.repository == 'sentdm/sent-dm-python'
14
+ runs-on: ubuntu-latest
15
16
+ steps:
17
+ - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
18
+ id: release
19
+ with:
20
+ token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
0 commit comments