Skip to content

Update release workflow to actually create release #3

Update release workflow to actually create release

Update release workflow to actually create release #3

Workflow file for this run

name: tagged-release
on:
push:
tags:
- "v*"
jobs:
tagged-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create settings.jar
run: ./buildjar.sh
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
settings.jar