Skip to content

Merge pull request #195 from cloudogu/feature/prometheus-all-namespaces #1

Merge pull request #195 from cloudogu/feature/prometheus-all-namespaces

Merge pull request #195 from cloudogu/feature/prometheus-all-namespaces #1

Workflow file for this run

name: Create release
on:
push:
tags: [ '*' ]
permissions:
contents: write
jobs:
release:
name: Release pushed tag
runs-on: ubuntu-latest
steps:
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${tag}" \
--generate-notes