Skip to content

Commit

Permalink
test release please
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwells committed Feb 14, 2024
1 parent 5f91f47 commit 5a5aae7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Go

on:
push:
branches: [ master ]
branches:
- main
pull_request:
branches: [ master ]
branches:
- main

jobs:

Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release-please
on:
push:
branches:
- main
- please

jobs:
release-pr:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
default-branch: main

0 comments on commit 5a5aae7

Please sign in to comment.