Skip to content

Update README and example workflows to reference the correct GitHub A… #2

Update README and example workflows to reference the correct GitHub A…

Update README and example workflows to reference the correct GitHub A… #2

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
name: Create GitHub Release
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Create release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: |
action.yml
LICENSE