Skip to content

Commit

Permalink
Update release-builtins.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masklinn authored Mar 3, 2025
1 parent 60b35ec commit 337d03c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-builtins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ jobs:
submodules: true
fetch-depth: 0
persist-credentials: false
- name: update core
env:
TAG: ${{ inputs.tag || 'origin/master '}}
# needs to detach because we can update to a tag
run: git -C uap-core switch --detach "$TAG"
ref: ${{ inputs.tag || 'origin/master '}}
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 337d03c

Please sign in to comment.