Skip to content

Release v2.0.1

Release v2.0.1 #215

Workflow file for this run

name: On Release
on:
release:
types: [published, edited]
jobs:
actions-tagger:
runs-on: ubuntu-latest
steps:
- name: Actions Tagger
if: github.ref_type == 'tag'
uses: Actions-R-Us/[email protected]
with:
# Whether or not to also publish a `latest` tag
publish_latest_tag: ${{ !contains(github.ref_name, '-') }}