Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Bump to 1.3.352 (53) #36

Bump to 1.3.352 (53)

Bump to 1.3.352 (53) #36

Workflow file for this run

name: "Create Release on Tag"
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: Create release
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
draft: false
generate_release_notes: true