Skip to content

Commit 46cfeb9

Browse files
committed
m
1 parent e61ca75 commit 46cfeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
- name: update core
2424
# needs to detach because we can update to a tag
25-
run: git -C ua-parser-builtins switch --detach ${{ inputs.tag || 'master' }}
25+
run: git -C uap-core switch --detach ${{ inputs.tag || 'master' }}
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:

0 commit comments

Comments
 (0)