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 1b64406 commit 2ca789eCopy full SHA for 2ca789e
.github/workflows/release-builtins.yml
@@ -28,7 +28,7 @@ jobs:
28
persist-credentials: false
29
- name: update core
30
env:
31
- TAG: ${{ inputs.tag || 'master '}}
+ TAG: ${{ inputs.tag || 'origin/master '}}
32
# needs to detach because we can update to a tag
33
run: git -C uap-core switch --detach "$TAG"
34
- name: Set up Python
0 commit comments