Skip to content

yolo: fetch-depth is required, don't say should #26

yolo: fetch-depth is required, don't say should

yolo: fetch-depth is required, don't say should #26

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 }}