Skip to content

Silly Build v0.3.2

Silly Build v0.3.2 #2

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
concurrency:
group: build-${{ github.sha }}
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- name: Download previous build artifact
uses: dawidd6/action-download-artifact@master
with:
workflow: ci.yml
commit: ${{ github.sha }}
event: push
name: TreasureMapsPlus
- name: Parse tag
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
- name: Create release and changelog
uses: MC-Machinations/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: TreasureMapsPlus ${{ steps.vars.outputs.tag }}
pre-release: ${{ contains(steps.vars.outputs.tag, '-beta') || contains(steps.vars.outputs.tag, '-dev') }}
skip-prereleases: true
files: |
TreasureMapsPlus.jar
TreasureMapsPlus.jar.sha256
LICENSE