Skip to content

initial test

initial test #2

Workflow file for this run

name: "Auto Deploy"
on:
push:
tags:
- "auto-deploy/v*"
jobs:
deploy:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/create-release@v1
id: create_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}