1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

Enable automatic GitHub Release generation

This commit is contained in:
2022-08-24 20:30:40 -05:00
parent f255d49760
commit ba7b53aceb
2 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,5 @@ jobs:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
draft: true
generateReleaseNotes: true
token: ${{ secrets.REPO_TOKEN }}