Skip to content

fix: Change log level for new script output from Info to Debug for im… #7

fix: Change log level for new script output from Info to Debug for im…

fix: Change log level for new script output from Info to Debug for im… #7

Workflow file for this run

name: Release
on:
push:
tags:
- "v*" # Trigger on version tags
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # Get all tags and history
- name: Create Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true # Automatically generate release notes from commits
draft: false
prerelease: false