Skip to content

v1.3.0

v1.3.0 #10

Workflow file for this run

name: Release OCSF Schema
on:
release:
types: [created]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Print the release tag
run: echo "${{ github.event.release.tag_name }}"