Skip to content

Commit

Permalink
Debug github ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 2, 2023
1 parent e20119e commit a460a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Debug GitHub Ref
run: echo "GitHub Ref: ${{ github.ref }}"
run: echo ${{ github.ref }}
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit a460a16

Please sign in to comment.