Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisk-emikhaylov committed Dec 9, 2024
1 parent 5b3e0f4 commit ae63d18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# Disabling this with an `if:` results in `steps.get-latest-tag.outputs.tag` being empty.
# Passing that to `ref:` makes it default to the current commit, which is exactly what we need.
- uses: actions-ecosystem/action-get-latest-tag@v1
if: ${{ github.event_name == 'release' }}
id: get-latest-tag
Expand Down

0 comments on commit ae63d18

Please sign in to comment.