File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
- run : npm i --ignore-scripts --no-audit --no-fund
34
34
- name : Release Please
35
35
id : release
36
- run : npx --offline template-oss-release-please
36
+ run : npx --offline template-oss-release-please ${{ github.ref_name }}
37
37
env :
38
38
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
39
Original file line number Diff line number Diff line change 26
26
{{> setupDeps}}
27
27
- name : Release Please
28
28
id : release
29
- run : npx --offline template-oss-release-please
29
+ run : npx --offline template-oss-release-please $\{{ github.ref_name }}
30
30
env :
31
31
GITHUB_TOKEN : $\{{ secrets.GITHUB_TOKEN }}
32
32
Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ jobs:
454
454
- run: npm i --ignore-scripts --no-audit --no-fund
455
455
- name: Release Please
456
456
id: release
457
- run: npx --offline template-oss-release-please
457
+ run: npx --offline template-oss-release-please \${{ github.ref_name }}
458
458
env:
459
459
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
460
460
@@ -1380,7 +1380,7 @@ jobs:
1380
1380
- run: npm i --ignore-scripts --no-audit --no-fund
1381
1381
- name: Release Please
1382
1382
id: release
1383
- run: npx --offline template-oss-release-please
1383
+ run: npx --offline template-oss-release-please \${{ github.ref_name }}
1384
1384
env:
1385
1385
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
1386
1386
@@ -2090,7 +2090,7 @@ jobs:
2090
2090
- run: npm i --ignore-scripts --no-audit --no-fund
2091
2091
- name: Release Please
2092
2092
id: release
2093
- run: npx --offline template-oss-release-please
2093
+ run: npx --offline template-oss-release-please \${{ github.ref_name }}
2094
2094
env:
2095
2095
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
2096
2096
You can’t perform that action at this time.
0 commit comments