Skip to content

Commit

Permalink
ci: re-enable Release Please
Browse files Browse the repository at this point in the history
  • Loading branch information
nlemoine committed Mar 15, 2024
1 parent 4ace04e commit f966389
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# name: Release
name: Release

# on:
# push:
# branches:
# - 3.x
on:
push:
branches:
- 3.x

# permissions:
# contents: write
# pull-requests: write
# packages: write
permissions:
contents: write
pull-requests: write
packages: write

# jobs:
# release:
# runs-on: ubuntu-latest
# steps:
# - uses: google-github-actions/release-please-action@v4
# with:
# target-branch: ${{ github.ref_name }}
# config-file: release-please-config.json
# manifest-file: .release-please-manifest.json
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
target-branch: ${{ github.ref_name }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

0 comments on commit f966389

Please sign in to comment.