diff --git a/.github/workflows/foss_snapshot.yml b/.github/workflows/foss_snapshot.yml index 4639e9eb099bd7..875a06c52bfadf 100644 --- a/.github/workflows/foss_snapshot.yml +++ b/.github/workflows/foss_snapshot.yml @@ -67,7 +67,7 @@ jobs: - name: Release uses: ncipollo/release-action@v1 with: - tag: qualcommax-$BUILD_TYPE-$BUILD_VER-${{ env.build_id }} + tag: qualcommax-${{ env.BUILD_TYPE }}-${{ env.BUILD_VER }}-${{ env.build_id }} artifacts: release/* bodyFile: note.md