Initial Drupal 11 with DDEV setup
This commit is contained in:
20
vendor/consolidation/site-alias/.github/workflows/release.yml
vendored
Normal file
20
vendor/consolidation/site-alias/.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ['**']
|
||||
|
||||
name: Release
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
create-release:
|
||||
name: Create Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
Reference in New Issue
Block a user