Skip to content

Commit e9c657b

Browse files
Update release.yaml
1 parent f1d5273 commit e9c657b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ jobs:
1010
permissions:
1111
contents: write
1212
runs-on: ubuntu-latest
13-
steps:
14-
strategy:
15-
matrix:
16-
python-version: ["3.13"]
1713
steps:
1814
# Important: This sets up your GITHUB_WORKSPACE environment variable
1915
- uses: actions/checkout@v4
@@ -42,4 +38,4 @@ jobs:
4238
repository: ${{ secrets.REGISTRY_NAMESPACE }}/${{ env.image_name }}
4339
username: ${{ secrets.REGISTRY_USERNAME }}
4440
password: ${{ secrets.REGISTRY_PASSWORD }}
45-
tags: "${{ steps.image_tags.outputs.IMAGE_TAGS }}"
41+
tags: "${{ steps.image_tags.outputs.IMAGE_TAGS }}"

0 commit comments

Comments
 (0)