Skip to content

tmp

tmp #2

Workflow file for this run

name: Release
on:
push:
tags:
- vtest[0-9]+.[0-9]+.[0-9]+
- vtest[0-9]+.[0-9]+.[0-9]+-alpha
- vtest[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+
- vtest[0-9]+.[0-9]+.[0-9]+-beta
- vtest[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+
- vtest[0-9]+.[0-9]+.[0-9]+-rc
- vtest[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 5
permissions:
contents: write
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"