Skip to content

v2.0.2

v2.0.2 #20

Workflow file for this run

name: on release
on:
release:
types: [created, published, released, prereleased]
jobs:
echo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "${{ github.event.action }}"