mirror of
https://github.com/google/blockly.git
synced 2026-01-20 23:37:09 +01:00
chore(release): add release-please config (#5848)
This commit is contained in:
15
.github/workflows/release-please.yml
vendored
Normal file
15
.github/workflows/release-please.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
name: release-please
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: GoogleCloudPlatform/release-please-action@v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-type: node
|
||||
package-name: blockly
|
||||
command: manifest
|
||||
Reference in New Issue
Block a user