Skip to content

Test with Node 20 and 22, not 18 #34

Test with Node 20 and 22, not 18

Test with Node 20 and 22, not 18 #34

Workflow file for this run

name: GitHub Release
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
github-release:
runs-on: ubuntu-latest
steps:
- name: Create GitHub release
id: create_release
uses: softprops/action-gh-release@v2
with:
name: JSKOS Server ${{ github.ref_name }}
body: TODO
draft: true
prerelease: false