Skip to content

feat: test

feat: test #2

Workflow file for this run

name: "Release a tag"
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4