diff --git a/.github/workflows/nss_snapshot.yml b/.github/workflows/nss_snapshot.yml index 68b776a581f856..7ea5144808f594 100644 --- a/.github/workflows/nss_snapshot.yml +++ b/.github/workflows/nss_snapshot.yml @@ -68,7 +68,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