diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88a407c..671e3b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Get Python - - uses: actions/setup-python@v5 + uses: actions/setup-python@v5 with: python-version: '3.10' - name: Check out repository code