Skip to content

Commit

Permalink
gha: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Nov 1, 2023
1 parent a8ddd01 commit 425b9d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:

- name: View branch name
run: |
echo "Branch name: ${{ github.event.inputs.branchName }}"
- name: View version
run: |
echo "Version: ${{ github.event.inputs.version }}"
- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 425b9d8

Please sign in to comment.