Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release
on:
push:

Check failure on line 3 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/release.yml#L3

could not parse as YAML: did not find expected key [syntax-check]
Raw output
e:.github/workflows/release.yml:3:4: could not parse as YAML: did not find expected key [syntax-check]
tags: [v*, synapsis-v*]v*']

permissions:
Expand Down Expand Up @@ -73,7 +73,7 @@
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v8
with:
pattern: synapsis-*
path: release/
Expand Down
Loading