We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e535de commit e7f293dCopy full SHA for e7f293d
.github/workflows/publish.yml
@@ -92,7 +92,7 @@ jobs:
92
with:
93
version: 'tags/${{ github.event.release.tag_name }}'
94
regex: true
95
- file: "pyroscope-io*\\"
+ file: "^pyroscope-io*\\$"
96
token: ${{ secrets.GITHUB_TOKEN }}
97
- name: list assets
98
working-directory: ${{ github.workspace }}
0 commit comments