Skip to content

Commit 42b8b74

Browse files
committed
fix(ci): Correct indentation in release workflow
This commit fixes a minor indentation issue in the `.github/workflows/build-desktop.yml` file. The `env` block, which sets the `GITHUB_TOKEN`, was incorrectly indented. This change aligns it correctly within the `create-release` step to ensure the workflow executes as intended.
1 parent 22b0794 commit 42b8b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
*.deb
6565
draft: true
6666
tag_name: ${{ github.ref_name }}
67-
env:
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
env:
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)