Skip to content

Commit

Permalink
ci: add release please (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 23, 2024
1 parent 0e796d0 commit 37f9513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: simple
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple
version-file: ./VERSION
release-as: 0.1.0
- uses: actions/checkout@v4
Expand Down

0 comments on commit 37f9513

Please sign in to comment.