Skip to content

Commit 4a40951

Browse files
Meta(.github workflow): try the new release workflow
1 parent 3615f15 commit 4a40951

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
1515

1616
jobs:
1717
from-template:
18-
uses: Unleash/.github/.github/workflows/npm-release.yml@v1.1.0
18+
uses: Unleash/.github/.github/workflows/npm-release.yml@main
1919
with:
2020
version: ${{ github.event.inputs.version }}
2121
tag: ${{ github.event.inputs.tag }}
2222
secrets:
23-
GH_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
2423
NPM_ACCESS_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)