diff --git a/.github/workflows/newtags.yml b/.github/workflows/newtags.yml index e95ccec..120a2bf 100644 --- a/.github/workflows/newtags.yml +++ b/.github/workflows/newtags.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.x' + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: '3.x' - name: Install and update deps run: |