Skip to content

2.0.102

2.0.102 #104

Workflow file for this run

name: Release
on:
push: { tags: "v[0-9]+.[0-9]+.[0-9]+*" }
permissions: {}
jobs:
release:
permissions: { contents: write, id-token: write }
uses: nodenv/.github/.github/workflows/release.yml@v7
secrets:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}