Update .forgejo/workflows/demo.yaml
Some checks failed
UiNamed workflow / test (push) Failing after 16s
Some checks failed
UiNamed workflow / test (push) Failing after 16s
This commit is contained in:
parent
ffdc0ae248
commit
783dd55b40
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
release-dir: .vscode
|
release-dir: .vscode
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ env.GITHUB_TOKEN }}
|
||||||
release-notes: ${{ steps.changelog.outputs.CHANGELOG }}
|
release-notes: ${{ steps.changelog.outputs.CHANGELOG }}
|
||||||
|
|
||||||
- name: Test deno
|
- name: Test deno
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue