Skip to content

Commit

Permalink
Merge pull request #134 from mountaindude/main
Browse files Browse the repository at this point in the history
Fix broken CI
  • Loading branch information
mountaindude committed Mar 19, 2024
2 parents 70f0ba4 + be949dd commit 22c48b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -20,7 +21,7 @@ jobs:
- name: Show github.ref
run: echo "$GITHUB_REF"

- uses: google-github-actions/release-please-action@v4
- uses: google-github-actions/release-please-action@v4
id: release
if: github.repository_owner == 'ptarmiganlabs'
with:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}

0 comments on commit 22c48b6

Please sign in to comment.