Skip to content

Commit

Permalink
ci: add release-please & cleanup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 6, 2021
1 parent e83d0c5 commit 21785fe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .github/support.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- master
- main
env:
CI: true

Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,15 @@
name: release
on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action

0 comments on commit 21785fe

Please sign in to comment.