mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
Upgrade octokit to v4.1.2
This commit is contained in:
22
node_modules/universal-github-app-jwt/.github/workflows/release.yml
generated
vendored
Normal file
22
node_modules/universal-github-app-jwt/.github/workflows/release.yml
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"on":
|
||||
push:
|
||||
branches:
|
||||
- "*.x"
|
||||
- main
|
||||
- beta
|
||||
name: Release
|
||||
jobs:
|
||||
build:
|
||||
name: release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: lts/*
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npx semantic-release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
Reference in New Issue
Block a user