.github/workflows/release.yml
Metadata
- Purpose: CI/CD workflow definition for repository automation.
- Domain:
automation - Language:
yaml - Bytes: 1412
- Lines: 51
- Content hash (short):
8f1b9f5a - Source (start): .github/workflows/release.yml:1
- Source (end): .github/workflows/release.yml:51
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
name: Release Tag
on:
workflow_dispatch:
inputs:
sku:
required: false
description: "SKU tag (e.g., 1.2.0.WA.DK.20251104). Defaults to version.txt"
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
env:
STATUS_API_URL: ${{ secrets.STATUS_API_URL }}
STATUS_API_TOKEN: ${{ secrets.STATUS_API_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Read SKU