Skip to content

Merge pull request #16 from skyclouds2001/dev #1

Merge pull request #16 from skyclouds2001/dev

Merge pull request #16 from skyclouds2001/dev #1

Workflow file for this run

name: release
on:
push:
tags:
- v*
permissions:
contents: write
jobs:
github-release:
name: Publish github release
if: github.repository == 'skyclouds2001/springboot-template-sky'
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: softprops/[email protected]
with:
body: |
Please refer to [CHANGELOG.md](https://github.com/skyclouds2001/springboot-template-sky/blob/master/CHANGELOG.md) for details.