Skip to content

Commit 6fd6bd1

Browse files
committed
FIX config
1 parent e29e6c3 commit 6fd6bd1

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
# @link https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
2525
permissions:
2626
contents: write
27-
workflows: write
2827
# @link https://docs.npmjs.com/generating-provenance-statements#about-npm-provenance
2928
id-token: write
3029
# Steps represent a sequence of tasks that will be executed as part of the job
@@ -88,9 +87,9 @@ jobs:
8887
npm run generate:headers
8988
npm run docs:build
9089
91-
- name: "update release workflow default version"
92-
run: |
93-
sed -i 's/^ default: ".*"/ default: "${{github.event.inputs.version}}"/' .github/workflows/release.yml
90+
# - name: "update release workflow default version"
91+
# run: |
92+
# sed -i 's/^ default: ".*"/ default: "${{github.event.inputs.version}}"/' .github/workflows/release.yml
9493

9594
- name: add git tag
9695
run: |

0 commit comments

Comments
 (0)