Skip to content

Merge branch 'master' of https://github.com/ppoffice/hexo-theme-icarus #22

Merge branch 'master' of https://github.com/ppoffice/hexo-theme-icarus

Merge branch 'master' of https://github.com/ppoffice/hexo-theme-icarus #22

Workflow file for this run

name: GitHub Release
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
tag: ${{ github.ref }}
name: ${{ github.ref }}
draft: true
prerelease: false