Skip to content

Commit

Permalink
fix publish-datahub-jars workflow (#10244)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker committed Apr 9, 2024
1 parent 6997abd commit 34d4587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-datahub-jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: checkout upstream repo
run: |
git remote add upstream https://github.com/datahub-project/datahub.git
git fetch upstream --tags --force
git fetch upstream --tags --force --filter=tree:0
- name: publish datahub-client jar snapshot
if: ${{ github.event_name != 'release' }}
env:
Expand Down

0 comments on commit 34d4587

Please sign in to comment.