Update publish-pipeline.yml

This commit is contained in:
Felix Weiß
2023-08-22 15:12:49 +02:00
committed by GitHub
parent 372043f18e
commit 30fec39731

View File

@@ -27,10 +27,9 @@ jobs:
publish-package:
name: 'Build and publish package'
needs: test-pipeline
runs-on: [self-hosted, linux, x64, womed-local-linux]
runs-on: [self-hosted, linux, ARM64]
steps:
- uses: actions/checkout@v3
- name: 'RenameVersionTag'
shell: bash
run: |