Browse Source

Update release-draft.yml

Downgrade action version
pull/4836/head
Pranav C 2 years ago committed by GitHub
parent
commit
94923c48e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-draft.yml

2
.github/workflows/release-draft.yml

@ -56,7 +56,7 @@ jobs:
echo "TARGET_SHA=${TARGET_SHA}" >> $GITHUB_OUTPUT
echo "Setting TARGET_SHA: ${TARGET_SHA}"
- name: Create tag
uses: actions/github-script@v6
uses: actions/github-script@v3
with:
# need workflows permission but it's not in GITHUB_TOKEN scope
# need a custom PAT with workflows permission here

Loading…
Cancel
Save