Skip to content

Release v1.1.3

Release v1.1.3 #212

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, '-') }}