Skip to content

Commit df7b6f0

Browse files
meta: pin workflow version again (#236)
This commit re-pins the workflow version for the release template reference. It uses an assumed 2.0 which is what we'd need to bump it to for changing the parameters.
1 parent fdb7d84 commit df7b6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
from-template:
18-
uses: Unleash/.github/.github/workflows/npm-release.yml@meta/update-npm-release-to-use-github-bot
18+
uses: Unleash/.github/.github/workflows/npm-release.yml@v2.0.0
1919
with:
2020
version: ${{ github.event.inputs.version }}
2121
tag: ${{ github.event.inputs.tag }}

0 commit comments

Comments
 (0)