Skip to main content

.github/workflows/release.yml

Metadata

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