We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccfd9b commit 477a693Copy full SHA for 477a693
actions/github/release/create/action.yaml
@@ -23,7 +23,7 @@ runs:
23
shell: "bash"
24
25
- name: "Create release"
26
- uses: "actions/github-script@v6.3.1"
+ uses: "actions/github-script@v6.3.3"
27
with:
28
github-token: "${{ inputs.github-token }}"
29
script: |
0 commit comments