Skip to content

has install?

has install? #440

Workflow file for this run

name: from-tag
on:
push:
tags:
- '**'
jobs:
from-tag:
name: from tag
runs-on: ubuntu-latest
steps:
- run: echo 'Hello!'