Refactor(.github/workflows/release.yml): Clean up

white spaces

Removed unnecessary white spaces from the release.yml file in the Github
actions workflow to enhance readability and improve code neatness.
This commit is contained in:
ToasterUwU 2023-12-02 14:27:14 +01:00
parent 021c217223
commit 59088fccf5

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
@ -32,7 +32,7 @@ jobs:
- name: Update apt cache
run: apt-get update -y
- name: Build Package
run: ./main.sh
@ -47,4 +47,4 @@ jobs:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
PURGE_URLS: ${{ vars.PURGE_URLS }}