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 a1163c5 commit 1b96082Copy full SHA for 1b96082
.github/workflows/publish-packages.yml
@@ -43,7 +43,6 @@ jobs:
43
44
- name: Verify commit authenticity
45
# Skip verification for manual runs since they're initiated by trusted users
46
- if: github.event_name != 'workflow_dispatch'
47
env:
48
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
run: |
0 commit comments