We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3510a7b commit 3ddbf2eCopy full SHA for 3ddbf2e
1 file changed
.github/workflows/release.yml
@@ -107,8 +107,8 @@ jobs:
107
tar -czf "artifacts/pointer-linux-amd64.tar.gz" -C artifacts .
108
109
- 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
+ uses: softprops/action-gh-release@v2
+ if: github.ref_type == 'tag'
+ with:
+ files: artifacts/pointer-linux-amd64.tar.gz
+ generate_release_notes: true
0 commit comments