Skip to content

use checkout v4

use checkout v4 #22

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
- uses: actions/checkout@v4
- 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@v0
with:
gh-token: ${{ github.token }}