Skip to content

Commit fde388d

Browse files
authored
Merge pull request #10 from impresscms-dev/ci/autorelease
Autorelease
2 parents 2dd0bee + 40ea336 commit fde388d

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.github/workflows/autorelease.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)