Skip to content

Merge pull request #126 from Security-Tools-Alliance/fix-99-unwanted-… #7

Merge pull request #126 from Security-Tools-Alliance/fix-99-unwanted-…

Merge pull request #126 from Security-Tools-Alliance/fix-99-unwanted-… #7

Workflow file for this run

name: Release
on:
push:
branches:
- master
tags:
- v?[0-9]+.[0-9]+.[0-9]+ # semver
jobs:
release:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true