Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Deprecated (#21)

Deprecated (#21) #9

Workflow file for this run

name: Check
on:
push:
branches:
- devel
workflow_dispatch:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- run: echo ${GITHUB_REF}
- run: echo ${GITHUB_REF#refs/tags/}
- run: echo ${GITHUB_REF##*/}