Skip to content

Commit 1f9f112

Browse files
kapbhrlubos
authored andcommitted
[nrf noup] ci: Fix commit tag workflows
Add necessary changes for NCS CI commit tags. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 0ac9290 commit 1f9f112

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/commit-tags.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ jobs:
2626
- name: Run the commit tags
2727
uses: nrfconnect/action-commit-tags@main
2828
with:
29-
target: '.'
30-
baserev: origin/${{ github.base_ref }}
31-
revrange: 'none'
29+
target: .
30+
upstream: zephyrproject-rtos/zephyr/main

0 commit comments

Comments
 (0)