Skip to content

Commit

Permalink
Add debug code to check directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 24, 2024
1 parent c4ce51a commit fedc61a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Debug
run: |
- ls -la
- name: Prepare the next main release
uses: Adyen/[email protected]
with:
Expand All @@ -37,3 +41,4 @@ jobs:
release-title: Adyen Magento-2 Plugin
pre-release: ${{ inputs.pre-release || false }}
separator: .pre.beta

0 comments on commit fedc61a

Please sign in to comment.