summaryrefslogtreecommitdiffstats
path: root/.github/workflows/post-merge-tasks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/post-merge-tasks.yml')
-rw-r--r--.github/workflows/post-merge-tasks.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/post-merge-tasks.yml b/.github/workflows/post-merge-tasks.yml
index dd6b1454d..e3738e585 100644
--- a/.github/workflows/post-merge-tasks.yml
+++ b/.github/workflows/post-merge-tasks.yml
@@ -4,13 +4,6 @@ on:
branches:
- master
jobs:
- update-release-draft:
- runs-on: ubuntu-latest
- name: "Release Drafter"
- steps:
- - uses: release-drafter/release-drafter@v5
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
php:
runs-on: ubuntu-latest
continue-on-error: false
@@ -20,7 +13,7 @@ jobs:
nextcloud: ['stable22']
steps:
- name: Checkout
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v2.4.0
- name: Setup PHP
uses: shivammathur/setup-php@v2