chore(workflows): make naming more clear and remove unused code

This commit is contained in:
peaklabs-dev 2025-01-22 21:35:07 +01:00
parent 1bdde5ce77
commit c037835a07
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
name: Changelog
name: Generate Changelog
on:
push:
@ -12,8 +12,6 @@ jobs:
changelog:
name: Generate changelog
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4