Skip to content

chore: update workflow #2

chore: update workflow

chore: update workflow #2

Workflow file for this run

name: github pages
on:
push:
tags:
- "v*.*.*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: dev
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Create Release
uses: ncipollo/release-action@v1
with:
draft: true