We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebfab30 + 5a06c02 commit 0199ee8Copy full SHA for 0199ee8
1 file changed
.github/workflows/bins.yaml
@@ -89,12 +89,12 @@ jobs:
89
package: nnc
90
secrets:
91
token: ${{ secrets.HUB_JWT }}
92
- tpm:
93
- uses: ./.github/workflows/bin-package-18.04.yaml
94
- with:
95
- package: tpm
96
- secrets:
97
- token: ${{ secrets.HUB_JWT }}
+ # tpm:
+ # uses: ./.github/workflows/bin-package-18.04.yaml
+ # with:
+ # package: tpm
+ # secrets:
+ # token: ${{ secrets.HUB_JWT }}
98
qsfs:
99
uses: ./.github/workflows/bin-package-no-tag.yaml
100
with:
0 commit comments