@npmcli/template-oss 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ jobs:
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/content/index.js",
6
6
  "bin": {