Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 69f70d0

Browse files
authored
Merge pull request #5 from Alphasians/Sonichigo-patch-1
Update release.yaml
2 parents a8ef91b + 71f589f commit 69f70d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Release
2-
on:
3-
push:
4-
branches:
5-
- main
2+
3+
on: push
64

75
jobs:
86
release:
97
runs-on: ubuntu-latest
108
steps:
11-
- uses: actions/checkout@v2
12-
9+
- name: checkout
10+
uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
1313
- name: Version Changelog
1414
id: changelog
1515
uses: TriPSs/conventional-changelog-action@v3

0 commit comments

Comments
 (0)