Skip to content

Use autotag action v1 (#17) #31

Use autotag action v1 (#17)

Use autotag action v1 (#17) #31

Workflow file for this run

name: Autotag and Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
tag-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint
run: shellcheck bin/*.sh
- name: Validate Plugin Version
uses: ./
with:
plugin-path: '.github/workflows/fixtures/plugin-test/'
dry-run: true
- name: Tag & Release
uses: pantheon-systems/action-autotag@v1
with:
push-major-version-branch: true