Skip to content

Commit

Permalink
ci: add debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jul 12, 2024
1 parent 7fb8ecc commit 1ac41fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
with:
php-version: ${{ vars.PHP_VERSION }}

- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true

# The pdk-builder release step is run in release.config.cjs
- uses: myparcelnl/actions/semantic-release@v4
id: release
Expand Down

0 comments on commit 1ac41fc

Please sign in to comment.