mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-05-27 02:02:37 -04:00
Revert "gh-action: replace $ with quotes for env vars"
This reverts commit 2457a6036b.
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -62,8 +62,8 @@ jobs:
|
||||
args: release --clean
|
||||
workdir: backend
|
||||
env:
|
||||
GITHUB_TOKEN: "{{ secrets.GITHUB_TOKEN }}"
|
||||
AUR_KEY: "{{ secrets.AUR_KEY }}"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
AUR_KEY: ${{ secrets.AUR_KEY }}
|
||||
|
||||
docker:
|
||||
needs:
|
||||
|
||||
Reference in New Issue
Block a user