Skip to content

fix(deps): update dependency drupal/coder to ^8.3.24 (#537) #2

fix(deps): update dependency drupal/coder to ^8.3.24 (#537)

fix(deps): update dependency drupal/coder to ^8.3.24 (#537) #2

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.sha }}
cancel-in-progress: false
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create release
run: |
gh release create ${{ github.ref_name }} \
--title "${{ github.ref_name }}" \
--notes "See https://github.com/Lullabot/drainpipe/releases/tag/${{ github.ref_name }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}