We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d6229 commit cddc81eCopy full SHA for cddc81e
1 file changed
.github/workflows/release.yml
@@ -7,10 +7,10 @@ on:
7
permissions: {}
8
jobs:
9
release:
10
- uses: nodenv/.github/.github/workflows/release.yml@v6
+ uses: nodenv/.github/.github/workflows/release.yml@v7
11
permissions: { contents: write, id-token: write }
12
with: { homebrew: false, npm: false }
13
14
sync:
15
- uses: nodenv/.github/.github/workflows/sync-major-version.yml@v6
+ uses: nodenv/.github/.github/workflows/sync-major-version.yml@v7
16
permissions: { contents: write }
0 commit comments