Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release-builtins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
tag:
description: "uap-core ref to release"
type: string
required: true
environment:
description: "environment to release for (testpypy or pypy)"
type: environment
Expand All @@ -30,7 +29,7 @@ jobs:
persist-credentials: false
- name: update core
env:
TAG: ${{ inputs.tag || 'origin/master '}}
TAG: ${{ inputs.tag || 'origin/master' }}
# needs to detach because we can update to a tag
run: git -C uap-core switch --detach "$TAG"
- name: Set up Python
Expand Down
Loading