Skip to content

Merge pull request #168 from ImJimmi/parameter-attachments #15

Merge pull request #168 from ImJimmi/parameter-attachments

Merge pull request #168 from ImJimmi/parameter-attachments #15

Workflow file for this run

on:
push:
tags:
- v**
jobs:
make-release:
runs-on: ubuntu-latest
steps:
- run: echo "VERSION=$(echo "${{github.ref}}" | sed 's:.*/::')" >> $GITHUB_ENV
- name: Release
uses: softprops/action-gh-release@v2
with:
name: "JIVE ${{ env.VERSION }}"