forked from Chill-project/chill-skeleton-basic
Compare commits
2 Commits
e0c8c16084
...
v0.3.0-tes
Author | SHA1 | Date | |
---|---|---|---|
56c5c4328a
|
|||
9949393d7b
|
@@ -1,9 +1,6 @@
|
|||||||
name: Create release
|
name: Create release
|
||||||
run-name: Create release on tag
|
run-name: Create release on tag
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
@@ -13,6 +13,8 @@ jobs:
|
|||||||
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
|
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: check out repository
|
||||||
|
uses: https://github.com/actions/checkout@v4
|
||||||
- name: changie latest
|
- name: changie latest
|
||||||
id: changie_latest
|
id: changie_latest
|
||||||
uses: https://github.com/miniscruff/changie-action@v2
|
uses: https://github.com/miniscruff/changie-action@v2
|
||||||
|
Reference in New Issue
Block a user