Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Apr 5, 2024
1 parent f3dbbc9 commit cd03964
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: release-please

on:
push:
branches:
- main
workflow_dispatch:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: write
pull-requests: write
permissions:
contents: write
pull-requests: write


name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}
release-type: simple
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}
release-type: simple

0 comments on commit cd03964

Please sign in to comment.