We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bc034 commit 40ea336Copy full SHA for 40ea336
.github/workflows/autorelease.yml
@@ -0,0 +1,17 @@
1
+name: Automatic releases
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ - cron: '0 3 * * 0'
7
8
+jobs:
9
+ auto-release:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Releasing if there is something new...
13
+ uses: impresscms-dev/simple-autorelease-action@v0.1
14
+ with:
15
+ release_branch: main
16
+ github_token: ${{ secrets.GITHUB_TOKEN }}
17
+ default_bump: patch
.github/workflows/on-pull-request-merged.yml
0 commit comments