diff --git a/bitnami/drupal/.github/workflows/release.yaml b/bitnami/drupal/.github/workflows/release.yaml new file mode 100644 index 000000000000..b3927b0660e2 --- /dev/null +++ b/bitnami/drupal/.github/workflows/release.yaml @@ -0,0 +1,13 @@ +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