mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 13:58:20 +03:00
13 lines
172 B
YAML
13 lines
172 B
YAML
name: Release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build-and-release:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Print environment
|
|
run: env | grep ^GITHUB
|