Skip to content

Commit

Permalink
chore: add release please action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgonand committed Oct 17, 2023
1 parent 5884231 commit 2375848
Show file tree
Hide file tree
Showing 4 changed files with 14,193 additions and 24,157 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: package.json
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!-- start title -->
# GitHub Action: BinPar Deploy ECS Service Action for GitHub Actions
<!-- end title -->
Expand Down
Loading

0 comments on commit 2375848

Please sign in to comment.