Skip to content

Add .gitattributes and update composer.json files #1

Add .gitattributes and update composer.json files

Add .gitattributes and update composer.json files #1

Workflow file for this run

name: Create Release
on:
push:
tags: ["*"]
permissions:
contents: write
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Create GitHub release
uses: docker://antonyurchenko/git-release:v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRE_RELEASE: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}