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