Skip to content

Commit

Permalink
with, not env
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Sep 25, 2023
1 parent 2d68809 commit 3960d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Get latest release
uses: rez0n/actions-github-release@main
id: latest_release
env:
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: "SteamDeckHomebrew/decky-loader"
type: "nodraft"
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: Get latest release
uses: rez0n/actions-github-release@main
id: latest_release
env:
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: "SteamDeckHomebrew/decky-loader"
type: "nodraft"
Expand Down

0 comments on commit 3960d28

Please sign in to comment.