We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3cb93 commit 37cec3bCopy full SHA for 37cec3b
.github/workflows/release.yaml
@@ -65,13 +65,10 @@ jobs:
65
66
- name: Release
67
uses: softprops/action-gh-release@v2
68
- if: startsWith(github.ref, 'refs/tags/')
69
with:
70
tag_name: ${{ needs.create_release.outputs.tag-name }}
71
files: |
72
- tokenize-source.tar.gz
73
- tokenize-cfiles.tar.gz
74
- tokenize-linux-amd64.tar.gz
+ tokenize-*.tar.gz
75
release_${{ matrix.release_suffix }}
76
77
# jobs:
0 commit comments