Skip to content

Update GitLab policy to work with the new group name (#258) #39

Update GitLab policy to work with the new group name (#258)

Update GitLab policy to work with the new group name (#258) #39

Workflow file for this run

name: Release Policies
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v1
with:
files: "**/*.mql.yaml"
generate_release_notes: true
fail_on_unmatched_files: true