Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Update test.yaml

Update test.yaml #14

Workflow file for this run

name: Create Release
on:
push:
branches:
- main
jobs:
createRelease:
if: contains(github.event.pull_request.labels.*.name, 'release')
runs-on: ubuntu-latest
steps:
- run: |
echo ${{ needs.releaseInfo.outputs.runRelease }}