Skip to content

Commit 3ddbf2e

Browse files
authored
fix yaml syntx (#3)
1 parent 3510a7b commit 3ddbf2e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
tar -czf "artifacts/pointer-linux-amd64.tar.gz" -C artifacts .
108108
109109
- name: Release
110-
uses: softprops/action-gh-release@v2
111-
if: github.ref_type == 'tag'
112-
with:
113-
files: artifacts/pointer-linux-amd64.tar.gz
114-
generate_release_notes: true
110+
uses: softprops/action-gh-release@v2
111+
if: github.ref_type == 'tag'
112+
with:
113+
files: artifacts/pointer-linux-amd64.tar.gz
114+
generate_release_notes: true

0 commit comments

Comments
 (0)