Skip to content

build(deps): bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 #109

build(deps): bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4

build(deps): bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 #109

Workflow file for this run

name: release
on:
# Test that this workflow parses on PR
pull_request:
push:
tags:
- v*
- version/*
permissions:
# writes to the Releases API
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: softprops/action-gh-release@v2
# Only execute on a tag
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true