Skip to content

Commit

Permalink
fix: add debug step for release_please (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
etolbakov authored Nov 16, 2023
1 parent bd6f1b0 commit d695bc1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ env:
PACKAGE_NAME: archeologit

jobs:


# Update release PR
release_please:
name: Execute release chores
Expand All @@ -28,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: google-github-actions/release-please-action@v3
id: release
with:
Expand All @@ -36,6 +36,9 @@ jobs:
release-type: rust
extra-files: |
README.md
- name: Debug release output
run: |
echo '${{ toJSON(steps.release.outputs) }}'
github_build:
name: Build release binaries
Expand Down

0 comments on commit d695bc1

Please sign in to comment.