Skip to content

Add autotag action (#5) #2

Add autotag action (#5)

Add autotag action (#5) #2

Workflow file for this run

name: Autotag & Release
on:
push:
branches:
- main
jobs:
tag-release:
runs-on: ubuntu-latest
name: Tag & Release
steps:
- name: Checkout
uses: actions/checkout @v3
- name: Tag & Release
uses: pantheon-systems/[email protected]
with:
gh-token: ${{ github.token }}