Skip to content

Prepare changelog for v3.24.3 #58

Prepare changelog for v3.24.3

Prepare changelog for v3.24.3 #58

Workflow file for this run

name: release
on:
push:
tags:
- '**'
jobs:
build:
name: Create a release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Create release
uses: crazy-max/ghaction-github-release@v2
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
name: Nexus CS Config ${{ github.ref_name }}
draft: true
prerelease: false