aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4b8f66f..58ea28e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,4 +1,4 @@
-name: Releases
+name: "Create Release"
on:
push:
branches: ["main"]
@@ -9,11 +9,11 @@ jobs:
steps:
- name: Checkouts repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Conventional changelog action
id: changelog
- uses: TriPSs/conventional-changelog-action@v3
+ uses: TriPSs/conventional-changelog-action@v5
with:
skip-on-empty: false
github-token: ${{ secrets.GITHUB_TOKEN }}