Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions .github/workflows/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Release

<div align="center">
<img src="https://opengraph.githubassets.com/64be3a16895705ee5048b06c8850eeece9322d7a637127269eb768810b96a0ac/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
<img src="https://opengraph.githubassets.com/9c8929c94966c12376f44be8244f2644ab06a7edbd6c23fef13493d4565c4c61/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
</div>

---
Expand Down Expand Up @@ -47,7 +47,10 @@ permissions: {}
jobs:
release:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
permissions: {}
permissions:
contents: read
id-token: write
packages: write
secrets:
# GitHub token to use for authentication.
# Defaults to `GITHUB_TOKEN` if not provided.
Expand Down Expand Up @@ -76,9 +79,9 @@ jobs:

# npm distribution tag for the published package.
# Common values:
# - `latest` Default tag for stable releases
# - `next` — prerelease or beta versions
# - `canary` Canary/nightly builds
# - `latest` - Default tag for stable releases
# - `next` - Prerelease or beta versions
# - `canary` - Canary/nightly builds
#
# See https://docs.npmjs.com/adding-dist-tags-to-packages.
#
Expand Down