hexo-theme-amane/.github/workflows/github-release.yml

18 lines
346 B
YAML
Raw Normal View History

name: GitHub Release
2023-02-09 14:49:31 +00:00
on: workflow_dispatch
jobs:
publish:
runs-on: ubuntu-latest
2022-12-14 17:36:58 +00:00
permissions:
contents: writes
steps:
2022-12-14 17:36:58 +00:00
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
2022-12-14 17:36:58 +00:00
tag: ${{ github.ref }}
name: ${{ github.ref }}
draft: true
prerelease: false