Skip to content

Fix bug in toggles with multiple triggers #24

Fix bug in toggles with multiple triggers

Fix bug in toggles with multiple triggers #24

Workflow file for this run

name: Create Release
on:
push:
tags:
- 'v*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Composer
uses: php-actions/composer@v6
- name: build
run: |
./build.sh
- uses: ncipollo/release-action@v1
with:
artifacts: "release.zip"
token: ${{ secrets.GITHUB_TOKEN }}