Skip to content

Bump mikefarah/yq from v4.40.3 to v4.40.7 (#20) #13

Bump mikefarah/yq from v4.40.3 to v4.40.7 (#20)

Bump mikefarah/yq from v4.40.3 to v4.40.7 (#20) #13

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@v3
- uses: pantheon-systems/action-autotag@v0
with:
gh-token: ${{ github.token }}