Skip to content

v1.2.1

v1.2.1 #12

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 }}"