Skip to content

2024.1.28-rc.5

2024.1.28-rc.5 #6

Workflow file for this run

name: on release
on:
release:
jobs:
echo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo "${{ github.event.action }}"