File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# GitHub Reusable Workflow: Node.js Release
44
55<div align =" center " >
6- <img src =" https://opengraph.githubassets.com/64be3a16895705ee5048b06c8850eeece9322d7a637127269eb768810b96a0ac /hoverkraft-tech/ci-github-nodejs " width =" 60px " align =" center " alt =" Node.js Release " />
6+ <img src =" https://opengraph.githubassets.com/9c8929c94966c12376f44be8244f2644ab06a7edbd6c23fef13493d4565c4c61 /hoverkraft-tech/ci-github-nodejs " width =" 60px " align =" center " alt =" Node.js Release " />
77</div >
88
99---
@@ -47,7 +47,10 @@ permissions: {}
4747jobs :
4848 release :
4949 uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
50- permissions : {}
50+ permissions :
51+ contents : read
52+ id-token : write
53+ packages : write
5154 secrets :
5255 # GitHub token to use for authentication.
5356 # Defaults to `GITHUB_TOKEN` if not provided.
7679
7780 # npm distribution tag for the published package.
7881 # Common values:
79- # - `latest` — Default tag for stable releases
80- # - `next` — prerelease or beta versions
81- # - `canary` — Canary/nightly builds
82+ # - `latest` - Default tag for stable releases
83+ # - `next` - Prerelease or beta versions
84+ # - `canary` - Canary/nightly builds
8285 #
8386 # See https://docs.npmjs.com/adding-dist-tags-to-packages.
8487 #
You can’t perform that action at this time.
0 commit comments