Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 6, 2023
1 parent d7ef30b commit f4390aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: 'Manually triggered'
jobs:
publish:
if: github.ref_type == 'tag' && contains(github.ref_name, 'ledger_device_sdk-')
# if: github.ref_type == 'tag' && contains(github.ref_name, 'ledger_device_sdk-')
name: publish ledger_device_sdk
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f4390aa

Please sign in to comment.