mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 18:17:20 +08:00
Delete release.yaml
This commit is contained in:
committed by
GitHub
parent
60dc81cdbc
commit
20d1bf4d82
15
bitnami/drupal/.github/workflows/release.yaml
vendored
15
bitnami/drupal/.github/workflows/release.yaml
vendored
@@ -1,15 +0,0 @@
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "[0-9]+.*-r[0-9]+"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user