Skip to content

Bump mikefarah/yq from v4.44.3 to v4.44.6 (#33) #23

Bump mikefarah/yq from v4.44.3 to v4.44.6 (#33)

Bump mikefarah/yq from v4.44.3 to v4.44.6 (#33) #23

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