We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61ca75 commit 46cfeb9Copy full SHA for 46cfeb9
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
- name: update core
24
# needs to detach because we can update to a tag
25
- run: git -C ua-parser-builtins switch --detach ${{ inputs.tag || 'master' }}
+ run: git -C uap-core switch --detach ${{ inputs.tag || 'master' }}
26
- name: Set up Python
27
uses: actions/setup-python@v5
28
with:
0 commit comments