Changed release action

This commit is contained in:
DaanV2
2023-07-15 16:31:05 +02:00
parent 9ceffc043e
commit 347d165e80

19
.github/workflows/release-page.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: 📑 Release Page
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: 📑 Release Page
runs-on: "ubuntu-latest"
steps:
- name: 📑 Release Page
uses: ncipollo/release-action@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
generateReleaseNotes: true
makeLatest: true