Skip to content

changelog and version bump for 3.0.2 #91

changelog and version bump for 3.0.2

changelog and version bump for 3.0.2 #91

Workflow file for this run

name: Release
on:
push:
tags:
- '*.*.*-*.*.*'
permissions:
contents: write
jobs:
release:
uses: FinnSetchell/release-actions/.github/workflows/release.yml@v1
with:
javaVersion: '21'
secrets:
WORKER_API_KEY: ${{ secrets.WORKER_API_KEY }}