Skip to content

Commit 45d2811

Browse files
committed
release master by default
1 parent e94235e commit 45d2811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
inputs:
66
tag:
77
description: "uap-core ref to release"
8-
required: true
98
type: string
109
environment:
1110
description: "environment to release for (testpypy or pypy)"
@@ -21,8 +20,9 @@ jobs:
2120
with:
2221
submodules: true
2322
fetch-depth: 0
24-
- run: echo "${{ toJSON(inputs) }}"
25-
- run: echo "${{ toJSON(github.event) }}"
23+
- name: update core
24+
# needs to detach because we can update to a tag
25+
run: git -C ua-parser-builtins switch --detach ${{ input.tag || 'master' }}
2626
- name: Set up Python
2727
uses: actions/setup-python@v5
2828
with:

0 commit comments

Comments
 (0)