We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aff084 commit f4679c2Copy full SHA for f4679c2
.github/workflows/release-please.yml
@@ -0,0 +1,17 @@
1
+name: release-please
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
+jobs:
9
+ release-please:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: google-github-actions/release-please-action@v3
13
+ with:
14
+ release-type: node
15
+ package-name: '@material/web'
16
+ prerelease: true
17
+ bootstrap-sha: 41d41cc2788f237f376d32409f51ca59e9b2bf75
0 commit comments