We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3a05c commit 4e95992Copy full SHA for 4e95992
.github/workflows/release.yml
@@ -27,4 +27,6 @@ jobs:
27
with:
28
files: build/*
29
draft: true
30
- fail_on_unmatched_files: true
+ fail_on_unmatched_files: true
31
+ env:
32
+ GITHUB_TOKEN: ${{ secrets.GH_PAT }}
0 commit comments