Skip to content

Commit

Permalink
actions: Fix general-worker pipeline, missing "
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Dec 28, 2024
1 parent 8f2adaa commit 2544adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Detect version
id: detect-version
run: echo "RELEASE_VERSION=$(git describe --dirty --tags --match=general-worker-* --abbrev=1 | sed -r 's/general-worker-//') >> "$GITHUB_OUTPUT"
run: echo "RELEASE_VERSION=$(git describe --dirty --tags --match=general-worker-* --abbrev=1 | sed -r 's/general-worker-//')" >> "$GITHUB_OUTPUT"
- name: List version
run: echo "Building ${{ steps.detect-version.outputs.RELEASE_VERSION }}..."
- name: Set up QEMU
Expand Down

0 comments on commit 2544adf

Please sign in to comment.