Skip to content

0.2.4

0.2.4 #16

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
artifact:
uses: yonatankarp/github-actions/.github/workflows/release-jar.yml@v1
with:
tag: ${{ github.event.release.tag_name }}
secrets:
GITHUB_PAT: ${{ secrets.REVIEWER_GITHUB_TOKEN }}