We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6631baa commit 4a63b69Copy full SHA for 4a63b69
1 file changed
.github/workflows/ci_publish.yml
@@ -1,8 +1,6 @@
1
name: CI Publish
2
3
-on:
4
- release:
5
- types: [published]
+on: workflow_dispatch
6
7
jobs:
8
build:
@@ -47,7 +45,7 @@ jobs:
47
45
name: pypi
48
46
url: https://pypi.org/org/nhs/data-validation-engine
49
permissions:
50
- id_token: write # IMPORTANT: mandatory for trusted publishing
+ id-token: write # IMPORTANT: mandatory for trusted publishing
51
steps:
52
- name: download dist
53
uses: actions/download-artifact@v6
0 commit comments