We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 740e397 + 477a693 commit 892f400Copy full SHA for 892f400
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