Skip to content

v0.2.1

v0.2.1 #1

Workflow file for this run

name: latest-tag
# Makes a 'latest' tag that points to the commit of the latest release to allow a downloadable URL
on:
workflow_dispatch:
release:
types: [published]
jobs:
tag-latest:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Check out pipeline code
uses: actions/[email protected]
- name: Latest tag
uses: EndBug/[email protected]