Skip to content

Commit

Permalink
Changed release action
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jul 15, 2023
1 parent 9ceffc0 commit 347d165
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-page.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 347d165

Please sign in to comment.